Html Css Color HEX #D20DD6 Deep Magenta

📋 copy color: '#D20DD6'

red 210 ◦ green 13 ◦ blue 214

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

Shades of Deep Magenta #D20DD6

Tints of Deep Magenta #D20DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.97%

R = 48.05%
G = 2.97%
B = 48.97%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D20DD6 (or 0xD20DD6) is known color: Deep Magenta. HEX triplet: D2, 0D and D6. RGB value is (210,13,214). Sum of RGB (Red+Green+Blue) = 210+13+214=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #D20DD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DD6 is #2DF229. Grayscale: #5E5E5E. Windows color (decimal): -3011114 or 14028242. OLE color: 14028242.

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

Color convert

RGB 210 13 214 -
CMYK 0.02 0.94 0 0.16
HSL 298.81º 0.89% 0.45% -
HSV(B) 298.81º 0.94% 0.84% -
XYZ 38.86 18.84 65.21 -
YUV 94.82 195.27 210.16 -
System Red Green Blue C M Y K H S L
Decimal 210 13 214 0.02 0.94 0 0.16 298.81 0.89 0.45
Hex D2 D D6 2 5E 0 10 12B 59 2D
Octal 322 15 326 2 136 0 20 453 131 55
Binary 11010010 1101 11010110 10 1011110 0 10000 100101011 1011001 101101

Color Harmonies of #D20DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20DD6

Black with #D20DD6

Text Example


Text Example

White with #D20DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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