Html Css Color HEX #D219DB Deep Magenta

📋 copy color: '#D219DB'

red 210 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #D219DB

Tints of Deep Magenta #D219DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.51%

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

R = 46.26%
G = 5.51%
B = 48.24%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D219DB (or 0xD219DB) is known color: Deep Magenta. HEX triplet: D2, 19 and DB. RGB value is (210,25,219). Sum of RGB (Red+Green+Blue) = 210+25+219=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #D219DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219DB is #2DE624. Grayscale: #656565. Windows color (decimal): -3008037 or 14358994. OLE color: 14358994.

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

Color convert

RGB 210 25 219 -
CMYK 0.04 0.89 0 0.14
HSL 297.22º 0.8% 0.48% -
HSV(B) 297.22º 0.89% 0.86% -
XYZ 39.71 19.51 68.69 -
YUV 102.43 193.79 204.73 -
System Red Green Blue C M Y K H S L
Decimal 210 25 219 0.04 0.89 0 0.14 297.22 0.8 0.48
Hex D2 19 DB 4 59 0 E 129 50 30
Octal 322 31 333 4 131 0 16 451 120 60
Binary 11010010 11001 11011011 100 1011001 0 1110 100101001 1010000 110000

Color Harmonies of #D219DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219DB

Black with #D219DB

Text Example


Text Example

White with #D219DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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