Html Css Color HEX #D602DA Deep Magenta

📋 copy color: '#D602DA'

red 214 ◦ green 2 ◦ blue 218

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

Shades of Deep Magenta #D602DA

Tints of Deep Magenta #D602DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 49.31%
G = 0.46%
B = 50.23%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D602DA (or 0xD602DA) is known color: Deep Magenta. HEX triplet: D6, 02 and DA. RGB value is (214,2,218). Sum of RGB (Red+Green+Blue) = 214+2+218=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #D602DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D602DA is #29FD25. Grayscale: #595959. Windows color (decimal): -2751782 or 14287574. OLE color: 14287574.

HSL color Cylindrical-coordinate representation of color #D602DA: hue angle of 298.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602DA is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 2 218 -
CMYK 0.02 0.99 0 0.15
HSL 298.89º 0.98% 0.43% -
HSV(B) 298.89º 0.99% 0.85% -
XYZ 40.41 19.4 67.94 -
YUV 90.01 200.24 216.44 -
System Red Green Blue C M Y K H S L
Decimal 214 2 218 0.02 0.99 0 0.15 298.89 0.98 0.43
Hex D6 2 DA 2 63 0 F 12B 62 2B
Octal 326 2 332 2 143 0 17 453 142 53
Binary 11010110 10 11011010 10 1100011 0 1111 100101011 1100010 101011

Color Harmonies of #D602DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602DA

Black with #D602DA

Text Example


Text Example

White with #D602DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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