Html Css Color HEX #D20FDB Deep Magenta

📋 copy color: '#D20FDB'

red 210 ◦ green 15 ◦ blue 219

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

Shades of Deep Magenta #D20FDB

Tints of Deep Magenta #D20FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.38%

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

R = 47.3%
G = 3.38%
B = 49.32%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D20FDB (or 0xD20FDB) is known color: Deep Magenta. HEX triplet: D2, 0F and DB. RGB value is (210,15,219). Sum of RGB (Red+Green+Blue) = 210+15+219=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #D20FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FDB is #2DF024. Grayscale: #5F5F5F. Windows color (decimal): -3010597 or 14356434. OLE color: 14356434.

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

Color convert

RGB 210 15 219 -
CMYK 0.04 0.93 0 0.14
HSL 297.35º 0.87% 0.46% -
HSV(B) 297.35º 0.93% 0.86% -
XYZ 39.54 19.16 68.63 -
YUV 96.56 197.1 208.91 -
System Red Green Blue C M Y K H S L
Decimal 210 15 219 0.04 0.93 0 0.14 297.35 0.87 0.46
Hex D2 F DB 4 5D 0 E 129 57 2E
Octal 322 17 333 4 135 0 16 451 127 56
Binary 11010010 1111 11011011 100 1011101 0 1110 100101001 1010111 101110

Color Harmonies of #D20FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20FDB

Black with #D20FDB

Text Example


Text Example

White with #D20FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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