Html Css Color HEX #D609CB Deep Magenta

📋 copy color: '#D609CB'

red 214 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #D609CB

Tints of Deep Magenta #D609CB

RGB

 RED value IS 214 (83.98% from 255) = 50.23%

 GREEN value IS 9 (3.91% from 255) = 2.11%

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 50.23%
G = 2.11%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D609CB (or 0xD609CB) is known color: Deep Magenta. HEX triplet: D6, 09 and CB. RGB value is (214,9,203). Sum of RGB (Red+Green+Blue) = 214+9+203=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 9 (3.91% from 255 or 2.11% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D609CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609CB is #29F634. Grayscale: #5B5B5B. Windows color (decimal): -2750005 or 13306326. OLE color: 13306326.

HSL color Cylindrical-coordinate representation of color #D609CB: hue angle of 303.22º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D609CB is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 203 -
CMYK 0 0.96 0.05 0.16
HSL 303.22º 0.92% 0.44% -
HSV(B) 303.22º 0.96% 0.84% -
XYZ 38.61 18.8 58.09 -
YUV 92.41 190.42 214.73 -
System Red Green Blue C M Y K H S L
Decimal 214 9 203 0 0.96 0.05 0.16 303.22 0.92 0.44
Hex D6 9 CB 0 60 5 10 12F 5C 2C
Octal 326 11 313 0 140 5 20 457 134 54
Binary 11010110 1001 11001011 0 1100000 101 10000 100101111 1011100 101100

Color Harmonies of #D609CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609CB

Black with #D609CB

Text Example


Text Example

White with #D609CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609CB; }

 p { color: rgb(214,9,203); }

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

background-color css

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

 a { background-color: rgb(214,9,203); }

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

border-color css

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

 span { border-color: rgb(214,9,203); }

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