Html Css Color HEX #D21DDB Deep Magenta

📋 copy color: '#D21DDB'

red 210 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #D21DDB

Tints of Deep Magenta #D21DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.33%

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

R = 45.85%
G = 6.33%
B = 47.82%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D21DDB (or 0xD21DDB) is known color: Deep Magenta. HEX triplet: D2, 1D and DB. RGB value is (210,29,219). Sum of RGB (Red+Green+Blue) = 210+29+219=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #D21DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21DDB is #2DE224. Grayscale: #686868. Windows color (decimal): -3007013 or 14360018. OLE color: 14360018.

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

Color convert

RGB 210 29 219 -
CMYK 0.04 0.87 0 0.14
HSL 297.16º 0.77% 0.49% -
HSV(B) 297.16º 0.87% 0.86% -
XYZ 39.8 19.69 68.72 -
YUV 104.78 192.47 203.05 -
System Red Green Blue C M Y K H S L
Decimal 210 29 219 0.04 0.87 0 0.14 297.16 0.77 0.49
Hex D2 1D DB 4 57 0 E 129 4D 31
Octal 322 35 333 4 127 0 16 451 115 61
Binary 11010010 11101 11011011 100 1010111 0 1110 100101001 1001101 110001

Color Harmonies of #D21DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21DDB

Black with #D21DDB

Text Example


Text Example

White with #D21DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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