Html Css Color HEX #D221C5 Deep Magenta

📋 copy color: '#D221C5'

red 210 ◦ green 33 ◦ blue 197

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

Shades of Deep Magenta #D221C5

Tints of Deep Magenta #D221C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.77%

R = 47.73%
G = 7.5%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D221C5 (or 0xD221C5) is known color: Deep Magenta. HEX triplet: D2, 21 and C5. RGB value is (210,33,197). Sum of RGB (Red+Green+Blue) = 210+33+197=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D221C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221C5 is #2DDE3A. Grayscale: #686868. Windows color (decimal): -3006011 or 12919250. OLE color: 12919250.

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

Color convert

RGB 210 33 197 -
CMYK 0 0.84 0.06 0.18
HSL 304.41º 0.73% 0.48% -
HSV(B) 304.41º 0.84% 0.82% -
XYZ 37.2 18.82 54.5 -
YUV 104.62 180.14 203.16 -
System Red Green Blue C M Y K H S L
Decimal 210 33 197 0 0.84 0.06 0.18 304.41 0.73 0.48
Hex D2 21 C5 0 54 6 12 130 49 30
Octal 322 41 305 0 124 6 22 460 111 60
Binary 11010010 100001 11000101 0 1010100 110 10010 100110000 1001001 110000

Color Harmonies of #D221C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221C5

Black with #D221C5

Text Example


Text Example

White with #D221C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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