Html Css Color HEX #D221DB Deep Magenta

📋 copy color: '#D221DB'

red 210 ◦ green 33 ◦ blue 219

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

Shades of Deep Magenta #D221DB

Tints of Deep Magenta #D221DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.14%

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

R = 45.45%
G = 7.14%
B = 47.4%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D221DB (or 0xD221DB) is known color: Deep Magenta. HEX triplet: D2, 21 and DB. RGB value is (210,33,219). Sum of RGB (Red+Green+Blue) = 210+33+219=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #D221DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221DB is #2DDE24. Grayscale: #6A6A6A. Windows color (decimal): -3005989 or 14361042. OLE color: 14361042.

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

Color convert

RGB 210 33 219 -
CMYK 0.04 0.85 0 0.14
HSL 297.1º 0.74% 0.49% -
HSV(B) 297.1º 0.85% 0.86% -
XYZ 39.91 19.9 68.76 -
YUV 107.13 191.14 201.38 -
System Red Green Blue C M Y K H S L
Decimal 210 33 219 0.04 0.85 0 0.14 297.1 0.74 0.49
Hex D2 21 DB 4 55 0 E 129 4A 31
Octal 322 41 333 4 125 0 16 451 112 61
Binary 11010010 100001 11011011 100 1010101 0 1110 100101001 1001010 110001

Color Harmonies of #D221DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221DB

Black with #D221DB

Text Example


Text Example

White with #D221DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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