Html Css Color HEX #D20BDB Deep Magenta

📋 copy color: '#D20BDB'

red 210 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #D20BDB

Tints of Deep Magenta #D20BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.5%

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

R = 47.73%
G = 2.5%
B = 49.77%

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

#D20BDB (or 0xD20BDB) is known color: Deep Magenta. HEX triplet: D2, 0B and DB. RGB value is (210,11,219). Sum of RGB (Red+Green+Blue) = 210+11+219=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #D20BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20BDB is #2DF424. Grayscale: #5D5D5D. Windows color (decimal): -3011621 or 14355410. OLE color: 14355410.

HSL color Cylindrical-coordinate representation of color #D20BDB: hue angle of 297.4º 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 #D20BDB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 11 219 -
CMYK 0.04 0.95 0 0.14
HSL 297.4º 0.9% 0.45% -
HSV(B) 297.4º 0.95% 0.86% -
XYZ 39.48 19.06 68.61 -
YUV 94.21 198.43 210.59 -
System Red Green Blue C M Y K H S L
Decimal 210 11 219 0.04 0.95 0 0.14 297.4 0.9 0.45
Hex D2 B DB 4 5F 0 E 129 5A 2D
Octal 322 13 333 4 137 0 16 451 132 55
Binary 11010010 1011 11011011 100 1011111 0 1110 100101001 1011010 101101

Color Harmonies of #D20BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20BDB

Black with #D20BDB

Text Example


Text Example

White with #D20BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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