Html Css Color HEX #D221C0 Deep Magenta

📋 copy color: '#D221C0'

red 210 ◦ green 33 ◦ blue 192

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

Shades of Deep Magenta #D221C0

Tints of Deep Magenta #D221C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.14%

R = 48.28%
G = 7.59%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D221C0 (or 0xD221C0) is known color: Deep Magenta. HEX triplet: D2, 21 and C0. RGB value is (210,33,192). Sum of RGB (Red+Green+Blue) = 210+33+192=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D221C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221C0 is #2DDE3F. Grayscale: #676767. Windows color (decimal): -3006016 or 12591570. OLE color: 12591570.

HSL color Cylindrical-coordinate representation of color #D221C0: hue angle of 306.1º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D221C0 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 192 -
CMYK 0 0.84 0.09 0.18
HSL 306.1º 0.73% 0.48% -
HSV(B) 306.1º 0.84% 0.82% -
XYZ 36.64 18.6 51.53 -
YUV 104.05 177.64 203.57 -
System Red Green Blue C M Y K H S L
Decimal 210 33 192 0 0.84 0.09 0.18 306.1 0.73 0.48
Hex D2 21 C0 0 54 9 12 132 49 30
Octal 322 41 300 0 124 11 22 462 111 60
Binary 11010010 100001 11000000 0 1010100 1001 10010 100110010 1001001 110000

Color Harmonies of #D221C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221C0

Black with #D221C0

Text Example


Text Example

White with #D221C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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