Html Css Color HEX #D219DD Deep Magenta

📋 copy color: '#D219DD'

red 210 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #D219DD

Tints of Deep Magenta #D219DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 46.05%
G = 5.48%
B = 48.46%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D219DD (or 0xD219DD) is known color: Deep Magenta. HEX triplet: D2, 19 and DD. RGB value is (210,25,221). Sum of RGB (Red+Green+Blue) = 210+25+221=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #D219DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219DD is #2DE622. Grayscale: #666666. Windows color (decimal): -3008035 or 14490066. OLE color: 14490066.

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

Color convert

RGB 210 25 221 -
CMYK 0.05 0.89 0 0.13
HSL 296.63º 0.8% 0.48% -
HSV(B) 296.63º 0.89% 0.87% -
XYZ 39.98 19.62 70.09 -
YUV 102.66 194.79 204.56 -
System Red Green Blue C M Y K H S L
Decimal 210 25 221 0.05 0.89 0 0.13 296.63 0.8 0.48
Hex D2 19 DD 5 59 0 D 129 50 30
Octal 322 31 335 5 131 0 15 451 120 60
Binary 11010010 11001 11011101 101 1011001 0 1101 100101001 1010000 110000

Color Harmonies of #D219DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219DD

Black with #D219DD

Text Example


Text Example

White with #D219DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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