Html Css Color HEX #D221AA Medium Violet Red

📋 copy color: '#D221AA'

red 210 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #D221AA

Tints of Medium Violet Red #D221AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 50.85%
G = 7.99%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D221AA (or 0xD221AA) is known color: Medium Violet Red. HEX triplet: D2, 21 and AA. RGB value is (210,33,170). Sum of RGB (Red+Green+Blue) = 210+33+170=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D221AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D221AA is #2DDE55. Grayscale: #656565. Windows color (decimal): -3006038 or 11149778. OLE color: 11149778.

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

Color convert

RGB 210 33 170 -
CMYK 0 0.84 0.19 0.18
HSL 313.56º 0.73% 0.48% -
HSV(B) 313.56º 0.84% 0.82% -
XYZ 34.38 17.69 39.63 -
YUV 101.54 166.64 205.36 -
System Red Green Blue C M Y K H S L
Decimal 210 33 170 0 0.84 0.19 0.18 313.56 0.73 0.48
Hex D2 21 AA 0 54 13 12 13A 49 30
Octal 322 41 252 0 124 23 22 472 111 60
Binary 11010010 100001 10101010 0 1010100 10011 10010 100111010 1001001 110000

Color Harmonies of #D221AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221AA

Black with #D221AA

Text Example


Text Example

White with #D221AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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