Html Css Color HEX #D20DDA Deep Magenta

📋 copy color: '#D20DDA'

red 210 ◦ green 13 ◦ blue 218

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

Shades of Deep Magenta #D20DDA

Tints of Deep Magenta #D20DDA

RGB

 RED value IS 210 (82.42% from 255) = 47.62%

 GREEN value IS 13 (5.47% from 255) = 2.95%

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

R = 47.62%
G = 2.95%
B = 49.43%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D20DDA (or 0xD20DDA) is known color: Deep Magenta. HEX triplet: D2, 0D and DA. RGB value is (210,13,218). Sum of RGB (Red+Green+Blue) = 210+13+218=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #D20DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DDA is #2DF225. Grayscale: #5E5E5E. Windows color (decimal): -3011110 or 14290386. OLE color: 14290386.

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

Color convert

RGB 210 13 218 -
CMYK 0.04 0.94 0 0.15
HSL 297.66º 0.89% 0.45% -
HSV(B) 297.66º 0.94% 0.85% -
XYZ 39.38 19.05 67.93 -
YUV 95.27 197.27 209.83 -
System Red Green Blue C M Y K H S L
Decimal 210 13 218 0.04 0.94 0 0.15 297.66 0.89 0.45
Hex D2 D DA 4 5E 0 F 12A 59 2D
Octal 322 15 332 4 136 0 17 452 131 55
Binary 11010010 1101 11011010 100 1011110 0 1111 100101010 1011001 101101

Color Harmonies of #D20DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20DDA

Black with #D20DDA

Text Example


Text Example

White with #D20DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20DDA; }

 p { color: rgb(210,13,218); }

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

background-color css

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

 a { background-color: rgb(210,13,218); }

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

border-color css

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

 span { border-color: rgb(210,13,218); }

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