Html Css Color HEX #D221CC Deep Magenta

📋 copy color: '#D221CC'

red 210 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #D221CC

Tints of Deep Magenta #D221CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 46.98%
G = 7.38%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D221CC (or 0xD221CC) is known color: Deep Magenta. HEX triplet: D2, 21 and CC. RGB value is (210,33,204). Sum of RGB (Red+Green+Blue) = 210+33+204=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D221CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221CC is #2DDE33. Grayscale: #686868. Windows color (decimal): -3006004 or 13378002. OLE color: 13378002.

HSL color Cylindrical-coordinate representation of color #D221CC: hue angle of 302.03º 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 #D221CC is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 204 -
CMYK 0 0.84 0.03 0.18
HSL 302.03º 0.73% 0.48% -
HSV(B) 302.03º 0.84% 0.82% -
XYZ 38.02 19.15 58.82 -
YUV 105.42 183.64 202.6 -
System Red Green Blue C M Y K H S L
Decimal 210 33 204 0 0.84 0.03 0.18 302.03 0.73 0.48
Hex D2 21 CC 0 54 3 12 12E 49 30
Octal 322 41 314 0 124 3 22 456 111 60
Binary 11010010 100001 11001100 0 1010100 11 10010 100101110 1001001 110000

Color Harmonies of #D221CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221CC

Black with #D221CC

Text Example


Text Example

White with #D221CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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