Html Css Color HEX #D020DA Deep Magenta

📋 copy color: '#D020DA'

red 208 ◦ green 32 ◦ blue 218

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

Shades of Deep Magenta #D020DA

Tints of Deep Magenta #D020DA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.99%

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

R = 45.41%
G = 6.99%
B = 47.6%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D020DA (or 0xD020DA) is known color: Deep Magenta. HEX triplet: D0, 20 and DA. RGB value is (208,32,218). Sum of RGB (Red+Green+Blue) = 208+32+218=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #D020DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020DA is #2FDF25. Grayscale: #696969. Windows color (decimal): -3137318 or 14295248. OLE color: 14295248.

HSL color Cylindrical-coordinate representation of color #D020DA: hue angle of 296.77º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D020DA is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 32 218 -
CMYK 0.05 0.85 0 0.15
HSL 296.77º 0.74% 0.49% -
HSV(B) 296.77º 0.85% 0.85% -
XYZ 39.18 19.5 68.03 -
YUV 105.83 191.31 200.88 -
System Red Green Blue C M Y K H S L
Decimal 208 32 218 0.05 0.85 0 0.15 296.77 0.74 0.49
Hex D0 20 DA 5 55 0 F 129 4A 31
Octal 320 40 332 5 125 0 17 451 112 61
Binary 11010000 100000 11011010 101 1010101 0 1111 100101001 1001010 110001

Color Harmonies of #D020DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020DA

Black with #D020DA

Text Example


Text Example

White with #D020DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020DA; }

 p { color: rgb(208,32,218); }

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

background-color css

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

 a { background-color: rgb(208,32,218); }

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

border-color css

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

 span { border-color: rgb(208,32,218); }

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