Html Css Color HEX #D307BC Deep Magenta

📋 copy color: '#D307BC'

red 211 ◦ green 7 ◦ blue 188

#D307BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D307BC

Tints of Deep Magenta #D307BC

RGB

 RED value IS 211 (82.81% from 255) = 51.97%

 GREEN value IS 7 (3.13% from 255) = 1.72%

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 51.97%
G = 1.72%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D307BC (or 0xD307BC) is known color: Deep Magenta. HEX triplet: D3, 07 and BC. RGB value is (211,7,188). Sum of RGB (Red+Green+Blue) = 211+7+188=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D307BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D307BC is #2CF843. Grayscale: #585858. Windows color (decimal): -2947140 or 12322771. OLE color: 12322771.

HSL color Cylindrical-coordinate representation of color #D307BC: hue angle of 306.76º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D307BC is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 7 188 -
CMYK 0 0.97 0.11 0.17
HSL 306.76º 0.94% 0.43% -
HSV(B) 306.76º 0.97% 0.83% -
XYZ 36.02 17.63 49.08 -
YUV 88.63 184.09 215.28 -
System Red Green Blue C M Y K H S L
Decimal 211 7 188 0 0.97 0.11 0.17 306.76 0.94 0.43
Hex D3 7 BC 0 61 B 11 133 5E 2B
Octal 323 7 274 0 141 13 21 463 136 53
Binary 11010011 111 10111100 0 1100001 1011 10001 100110011 1011110 101011

Color Harmonies of #D307BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D307BC

Black with #D307BC

Text Example


Text Example

White with #D307BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D307BC; }

 p { color: rgb(211,7,188); }

 H1.HeaderClassName
 {
   color: #D307BC;
 }
 .AnyTagClassName
 {
   color: #D307BC;
 }
</style>

background-color css

<style>
 a { background-color: #D307BC; }

 a { background-color: rgb(211,7,188); }

 div.DivClassName
 {
   background-color: #D307BC;
 }
 .BgClassName
 {
   background-color: #D307BC;
 }
</style>

border-color css

<style>
 span { border-color: #D307BC; }

 span { border-color: rgb(211,7,188); }

 td.TdClassName
 {
   border-color: #D307BC;
 }
 .TagClassName
 {
   border-color: #D307BC;
 }
</style>