Html Css Color HEX #D602CA Deep Magenta

📋 copy color: '#D602CA'

red 214 ◦ green 2 ◦ blue 202

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

Shades of Deep Magenta #D602CA

Tints of Deep Magenta #D602CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 51.2%
G = 0.48%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D602CA (or 0xD602CA) is known color: Deep Magenta. HEX triplet: D6, 02 and CA. RGB value is (214,2,202). Sum of RGB (Red+Green+Blue) = 214+2+202=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D602CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602CA is #29FD35. Grayscale: #575757. Windows color (decimal): -2751798 or 13238998. OLE color: 13238998.

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

Color convert

RGB 214 2 202 -
CMYK 0 0.99 0.06 0.16
HSL 303.4º 0.98% 0.42% -
HSV(B) 303.4º 0.99% 0.84% -
XYZ 38.41 18.6 57.44 -
YUV 88.19 192.24 217.74 -
System Red Green Blue C M Y K H S L
Decimal 214 2 202 0 0.99 0.06 0.16 303.4 0.98 0.42
Hex D6 2 CA 0 63 6 10 12F 62 2A
Octal 326 2 312 0 143 6 20 457 142 52
Binary 11010110 10 11001010 0 1100011 110 10000 100101111 1100010 101010

Color Harmonies of #D602CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602CA

Black with #D602CA

Text Example


Text Example

White with #D602CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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