Html Css Color HEX #D20CDB Deep Magenta

📋 copy color: '#D20CDB'

red 210 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #D20CDB

Tints of Deep Magenta #D20CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.72%

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

R = 47.62%
G = 2.72%
B = 49.66%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D20CDB (or 0xD20CDB) is known color: Deep Magenta. HEX triplet: D2, 0C and DB. RGB value is (210,12,219). Sum of RGB (Red+Green+Blue) = 210+12+219=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #D20CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CDB is #2DF324. Grayscale: #5E5E5E. Windows color (decimal): -3011365 or 14355666. OLE color: 14355666.

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

Color convert

RGB 210 12 219 -
CMYK 0.04 0.95 0 0.14
HSL 297.39º 0.9% 0.45% -
HSV(B) 297.39º 0.95% 0.86% -
XYZ 39.5 19.08 68.62 -
YUV 94.8 198.1 210.17 -
System Red Green Blue C M Y K H S L
Decimal 210 12 219 0.04 0.95 0 0.14 297.39 0.9 0.45
Hex D2 C DB 4 5F 0 E 129 5A 2D
Octal 322 14 333 4 137 0 16 451 132 55
Binary 11010010 1100 11011011 100 1011111 0 1110 100101001 1011010 101101

Color Harmonies of #D20CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CDB

Black with #D20CDB

Text Example


Text Example

White with #D20CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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