Html Css Color HEX #D20DD7 Deep Magenta

📋 copy color: '#D20DD7'

red 210 ◦ green 13 ◦ blue 215

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

Shades of Deep Magenta #D20DD7

Tints of Deep Magenta #D20DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.09%

R = 47.95%
G = 2.97%
B = 49.09%

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

#D20DD7 (or 0xD20DD7) is known color: Deep Magenta. HEX triplet: D2, 0D and D7. RGB value is (210,13,215). Sum of RGB (Red+Green+Blue) = 210+13+215=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #D20DD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DD7 is #2DF228. Grayscale: #5E5E5E. Windows color (decimal): -3011113 or 14093778. OLE color: 14093778.

HSL color Cylindrical-coordinate representation of color #D20DD7: hue angle of 298.51º 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 #D20DD7 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 13 215 -
CMYK 0.02 0.94 0 0.16
HSL 298.51º 0.89% 0.45% -
HSV(B) 298.51º 0.94% 0.84% -
XYZ 38.99 18.9 65.88 -
YUV 94.93 195.77 210.07 -
System Red Green Blue C M Y K H S L
Decimal 210 13 215 0.02 0.94 0 0.16 298.51 0.89 0.45
Hex D2 D D7 2 5E 0 10 12B 59 2D
Octal 322 15 327 2 136 0 20 453 131 55
Binary 11010010 1101 11010111 10 1011110 0 10000 100101011 1011001 101101

Color Harmonies of #D20DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20DD7

Black with #D20DD7

Text Example


Text Example

White with #D20DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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