Html Css Color HEX #D606C9 Deep Magenta

📋 copy color: '#D606C9'

red 214 ◦ green 6 ◦ blue 201

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

Shades of Deep Magenta #D606C9

Tints of Deep Magenta #D606C9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.43%

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

R = 50.83%
G = 1.43%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D606C9 (or 0xD606C9) is known color: Deep Magenta. HEX triplet: D6, 06 and C9. RGB value is (214,6,201). Sum of RGB (Red+Green+Blue) = 214+6+201=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D606C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606C9 is #29F936. Grayscale: #595959. Windows color (decimal): -2750775 or 13174486. OLE color: 13174486.

HSL color Cylindrical-coordinate representation of color #D606C9: hue angle of 303.75º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D606C9 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 6 201 -
CMYK 0 0.97 0.06 0.16
HSL 303.75º 0.95% 0.43% -
HSV(B) 303.75º 0.97% 0.84% -
XYZ 38.34 18.64 56.84 -
YUV 90.42 190.41 216.14 -
System Red Green Blue C M Y K H S L
Decimal 214 6 201 0 0.97 0.06 0.16 303.75 0.95 0.43
Hex D6 6 C9 0 61 6 10 130 5F 2B
Octal 326 6 311 0 141 6 20 460 137 53
Binary 11010110 110 11001001 0 1100001 110 10000 100110000 1011111 101011

Color Harmonies of #D606C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D606C9

Black with #D606C9

Text Example


Text Example

White with #D606C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D606C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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