Html Css Color HEX #D02AD9 Deep Magenta

📋 copy color: '#D02AD9'

red 208 ◦ green 42 ◦ blue 217

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

Shades of Deep Magenta #D02AD9

Tints of Deep Magenta #D02AD9

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

 GREEN value IS 42 (16.8% from 255) = 8.99%

 BLUE value IS 217 (85.16% from 255) = 46.47%

R = 44.54%
G = 8.99%
B = 46.47%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D02AD9 (or 0xD02AD9) is known color: Deep Magenta. HEX triplet: D0, 2A and D9. RGB value is (208,42,217). Sum of RGB (Red+Green+Blue) = 208+42+217=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #D02AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02AD9 is #2FD526. Grayscale: #6F6F6F. Windows color (decimal): -3134759 or 14232272. OLE color: 14232272.

HSL color Cylindrical-coordinate representation of color #D02AD9: hue angle of 296.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02AD9 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 42 217 -
CMYK 0.04 0.81 0 0.15
HSL 296.91º 0.7% 0.51% -
HSV(B) 296.91º 0.81% 0.85% -
XYZ 39.36 20.08 67.45 -
YUV 111.58 187.5 196.77 -
System Red Green Blue C M Y K H S L
Decimal 208 42 217 0.04 0.81 0 0.15 296.91 0.7 0.51
Hex D0 2A D9 4 51 0 F 129 46 33
Octal 320 52 331 4 121 0 17 451 106 63
Binary 11010000 101010 11011001 100 1010001 0 1111 100101001 1000110 110011

Color Harmonies of #D02AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02AD9

Black with #D02AD9

Text Example


Text Example

White with #D02AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02AD9; }

 p { color: rgb(208,42,217); }

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

background-color css

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

 a { background-color: rgb(208,42,217); }

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

border-color css

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

 span { border-color: rgb(208,42,217); }

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