Html Css Color HEX #D20EDB Deep Magenta

📋 copy color: '#D20EDB'

red 210 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #D20EDB

Tints of Deep Magenta #D20EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.16%

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 47.4%
G = 3.16%
B = 49.44%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D20EDB (or 0xD20EDB) is known color: Deep Magenta. HEX triplet: D2, 0E and DB. RGB value is (210,14,219). Sum of RGB (Red+Green+Blue) = 210+14+219=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #D20EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EDB is #2DF124. Grayscale: #5F5F5F. Windows color (decimal): -3010853 or 14356178. OLE color: 14356178.

HSL color Cylindrical-coordinate representation of color #D20EDB: hue angle of 297.37º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20EDB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 14 219 -
CMYK 0.04 0.94 0 0.14
HSL 297.37º 0.88% 0.46% -
HSV(B) 297.37º 0.94% 0.86% -
XYZ 39.52 19.13 68.63 -
YUV 95.97 197.43 209.33 -
System Red Green Blue C M Y K H S L
Decimal 210 14 219 0.04 0.94 0 0.14 297.37 0.88 0.46
Hex D2 E DB 4 5E 0 E 129 58 2E
Octal 322 16 333 4 136 0 16 451 130 56
Binary 11010010 1110 11011011 100 1011110 0 1110 100101001 1011000 101110

Color Harmonies of #D20EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EDB

Black with #D20EDB

Text Example


Text Example

White with #D20EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EDB; }

 p { color: rgb(210,14,219); }

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

background-color css

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

 a { background-color: rgb(210,14,219); }

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

border-color css

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

 span { border-color: rgb(210,14,219); }

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