Html Css Color HEX #D606CC Deep Magenta

📋 copy color: '#D606CC'

red 214 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #D606CC

Tints of Deep Magenta #D606CC

RGB

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

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

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

R = 50.47%
G = 1.42%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D606CC (or 0xD606CC) is known color: Deep Magenta. HEX triplet: D6, 06 and CC. RGB value is (214,6,204). Sum of RGB (Red+Green+Blue) = 214+6+204=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D606CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606CC is #29F933. Grayscale: #5A5A5A. Windows color (decimal): -2750772 or 13371094. OLE color: 13371094.

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

Color convert

RGB 214 6 204 -
CMYK 0 0.97 0.05 0.16
HSL 302.88º 0.95% 0.43% -
HSV(B) 302.88º 0.97% 0.84% -
XYZ 38.7 18.79 58.71 -
YUV 90.76 191.91 215.9 -
System Red Green Blue C M Y K H S L
Decimal 214 6 204 0 0.97 0.05 0.16 302.88 0.95 0.43
Hex D6 6 CC 0 61 5 10 12F 5F 2B
Octal 326 6 314 0 141 5 20 457 137 53
Binary 11010110 110 11001100 0 1100001 101 10000 100101111 1011111 101011

Color Harmonies of #D606CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D606CC

Black with #D606CC

Text Example


Text Example

White with #D606CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D606CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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