Html Css Color HEX #D221A0 Medium Violet Red

📋 copy color: '#D221A0'

red 210 ◦ green 33 ◦ blue 160

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

Shades of Medium Violet Red #D221A0

Tints of Medium Violet Red #D221A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 52.11%
G = 8.19%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D221A0 (or 0xD221A0) is known color: Medium Violet Red. HEX triplet: D2, 21 and A0. RGB value is (210,33,160). Sum of RGB (Red+Green+Blue) = 210+33+160=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D221A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D221A0 is #2DDE5F. Grayscale: #646464. Windows color (decimal): -3006048 or 10494418. OLE color: 10494418.

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

Color convert

RGB 210 33 160 -
CMYK 0 0.84 0.24 0.18
HSL 316.95º 0.73% 0.48% -
HSV(B) 316.95º 0.84% 0.82% -
XYZ 33.47 17.33 34.84 -
YUV 100.4 161.64 206.17 -
System Red Green Blue C M Y K H S L
Decimal 210 33 160 0 0.84 0.24 0.18 316.95 0.73 0.48
Hex D2 21 A0 0 54 18 12 13D 49 30
Octal 322 41 240 0 124 30 22 475 111 60
Binary 11010010 100001 10100000 0 1010100 11000 10010 100111101 1001001 110000

Color Harmonies of #D221A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221A0

Black with #D221A0

Text Example


Text Example

White with #D221A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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