Html Css Color HEX #D609CC Deep Magenta

📋 copy color: '#D609CC'

red 214 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #D609CC

Tints of Deep Magenta #D609CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 50.12%
G = 2.11%
B = 47.78%

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

#D609CC (or 0xD609CC) is known color: Deep Magenta. HEX triplet: D6, 09 and CC. RGB value is (214,9,204). Sum of RGB (Red+Green+Blue) = 214+9+204=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D609CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609CC is #29F633. Grayscale: #5B5B5B. Windows color (decimal): -2750004 or 13371862. OLE color: 13371862.

HSL color Cylindrical-coordinate representation of color #D609CC: hue angle of 302.93º 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 #D609CC is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 204 -
CMYK 0 0.96 0.05 0.16
HSL 302.93º 0.92% 0.44% -
HSV(B) 302.93º 0.96% 0.84% -
XYZ 38.73 18.85 58.72 -
YUV 92.53 190.92 214.64 -
System Red Green Blue C M Y K H S L
Decimal 214 9 204 0 0.96 0.05 0.16 302.93 0.92 0.44
Hex D6 9 CC 0 60 5 10 12F 5C 2C
Octal 326 11 314 0 140 5 20 457 134 54
Binary 11010110 1001 11001100 0 1100000 101 10000 100101111 1011100 101100

Color Harmonies of #D609CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609CC

Black with #D609CC

Text Example


Text Example

White with #D609CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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