Html Css Color HEX #D602CB Deep Magenta

📋 copy color: '#D602CB'

red 214 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #D602CB

Tints of Deep Magenta #D602CB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 51.07%
G = 0.48%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D602CB (or 0xD602CB) is known color: Deep Magenta. HEX triplet: D6, 02 and CB. RGB value is (214,2,203). Sum of RGB (Red+Green+Blue) = 214+2+203=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D602CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602CB is #29FD34. Grayscale: #575757. Windows color (decimal): -2751797 or 13304534. OLE color: 13304534.

HSL color Cylindrical-coordinate representation of color #D602CB: hue angle of 303.11º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602CB is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 203 -
CMYK 0 0.99 0.05 0.16
HSL 303.11º 0.98% 0.42% -
HSV(B) 303.11º 0.99% 0.84% -
XYZ 38.53 18.65 58.07 -
YUV 88.3 192.74 217.66 -
System Red Green Blue C M Y K H S L
Decimal 214 2 203 0 0.99 0.05 0.16 303.11 0.98 0.42
Hex D6 2 CB 0 63 5 10 12F 62 2A
Octal 326 2 313 0 143 5 20 457 142 52
Binary 11010110 10 11001011 0 1100011 101 10000 100101111 1100010 101010

Color Harmonies of #D602CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602CB

Black with #D602CB

Text Example


Text Example

White with #D602CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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