Html Css Color HEX #D221DF Deep Magenta

📋 copy color: '#D221DF'

red 210 ◦ green 33 ◦ blue 223

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

Shades of Deep Magenta #D221DF

Tints of Deep Magenta #D221DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 45.06%
G = 7.08%
B = 47.85%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D221DF (or 0xD221DF) is known color: Deep Magenta. HEX triplet: D2, 21 and DF. RGB value is (210,33,223). Sum of RGB (Red+Green+Blue) = 210+33+223=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #D221DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221DF is #2DDE20. Grayscale: #6B6B6B. Windows color (decimal): -3005985 or 14623186. OLE color: 14623186.

HSL color Cylindrical-coordinate representation of color #D221DF: hue angle of 295.89º degrees, saturation: 0.75, 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 #D221DF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 33 223 -
CMYK 0.06 0.85 0 0.13
HSL 295.89º 0.75% 0.5% -
HSV(B) 295.89º 0.85% 0.87% -
XYZ 40.44 20.12 71.56 -
YUV 107.58 193.14 201.05 -
System Red Green Blue C M Y K H S L
Decimal 210 33 223 0.06 0.85 0 0.13 295.89 0.75 0.5
Hex D2 21 DF 6 55 0 D 128 4B 32
Octal 322 41 337 6 125 0 15 450 113 62
Binary 11010010 100001 11011111 110 1010101 0 1101 100101000 1001011 110010

Color Harmonies of #D221DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221DF

Black with #D221DF

Text Example


Text Example

White with #D221DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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