Html Css Color HEX #D606CB Deep Magenta

📋 copy color: '#D606CB'

red 214 ◦ green 6 ◦ blue 203

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

Shades of Deep Magenta #D606CB

Tints of Deep Magenta #D606CB

RGB

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

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

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

R = 50.59%
G = 1.42%
B = 47.99%

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

#D606CB (or 0xD606CB) is known color: Deep Magenta. HEX triplet: D6, 06 and CB. RGB value is (214,6,203). Sum of RGB (Red+Green+Blue) = 214+6+203=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D606CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606CB is #29F934. Grayscale: #5A5A5A. Windows color (decimal): -2750773 or 13305558. OLE color: 13305558.

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

Color convert

RGB 214 6 203 -
CMYK 0 0.97 0.05 0.16
HSL 303.17º 0.95% 0.43% -
HSV(B) 303.17º 0.97% 0.84% -
XYZ 38.58 18.74 58.08 -
YUV 90.65 191.41 215.98 -
System Red Green Blue C M Y K H S L
Decimal 214 6 203 0 0.97 0.05 0.16 303.17 0.95 0.43
Hex D6 6 CB 0 61 5 10 12F 5F 2B
Octal 326 6 313 0 141 5 20 457 137 53
Binary 11010110 110 11001011 0 1100001 101 10000 100101111 1011111 101011

Color Harmonies of #D606CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D606CB

Black with #D606CB

Text Example


Text Example

White with #D606CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D606CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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