Html Css Color HEX #D609C9 Deep Magenta

📋 copy color: '#D609C9'

red 214 ◦ green 9 ◦ blue 201

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

Shades of Deep Magenta #D609C9

Tints of Deep Magenta #D609C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.41%

R = 50.47%
G = 2.12%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D609C9 (or 0xD609C9) is known color: Deep Magenta. HEX triplet: D6, 09 and C9. RGB value is (214,9,201). Sum of RGB (Red+Green+Blue) = 214+9+201=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D609C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609C9 is #29F636. Grayscale: #5B5B5B. Windows color (decimal): -2750007 or 13175254. OLE color: 13175254.

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

Color convert

RGB 214 9 201 -
CMYK 0 0.96 0.06 0.16
HSL 303.8º 0.92% 0.44% -
HSV(B) 303.8º 0.96% 0.84% -
XYZ 38.37 18.71 56.85 -
YUV 92.18 189.42 214.89 -
System Red Green Blue C M Y K H S L
Decimal 214 9 201 0 0.96 0.06 0.16 303.8 0.92 0.44
Hex D6 9 C9 0 60 6 10 130 5C 2C
Octal 326 11 311 0 140 6 20 460 134 54
Binary 11010110 1001 11001001 0 1100000 110 10000 100110000 1011100 101100

Color Harmonies of #D609C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609C9

Black with #D609C9

Text Example


Text Example

White with #D609C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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