Html Css Color HEX #D221DD Deep Magenta

📋 copy color: '#D221DD'

red 210 ◦ green 33 ◦ blue 221

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

Shades of Deep Magenta #D221DD

Tints of Deep Magenta #D221DD

RGB

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

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

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

R = 45.26%
G = 7.11%
B = 47.63%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D221DD (or 0xD221DD) is known color: Deep Magenta. HEX triplet: D2, 21 and DD. RGB value is (210,33,221). Sum of RGB (Red+Green+Blue) = 210+33+221=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #D221DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221DD is #2DDE22. Grayscale: #6A6A6A. Windows color (decimal): -3005987 or 14492114. OLE color: 14492114.

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

Color convert

RGB 210 33 221 -
CMYK 0.05 0.85 0 0.13
HSL 296.49º 0.74% 0.5% -
HSV(B) 296.49º 0.85% 0.87% -
XYZ 40.17 20.01 70.15 -
YUV 107.36 192.14 201.21 -
System Red Green Blue C M Y K H S L
Decimal 210 33 221 0.05 0.85 0 0.13 296.49 0.74 0.5
Hex D2 21 DD 5 55 0 D 128 4A 32
Octal 322 41 335 5 125 0 15 450 112 62
Binary 11010010 100001 11011101 101 1010101 0 1101 100101000 1001010 110010

Color Harmonies of #D221DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221DD

Black with #D221DD

Text Example


Text Example

White with #D221DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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