Html Css Color HEX #D220AB Medium Violet Red

📋 copy color: '#D220AB'

red 210 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #D220AB

Tints of Medium Violet Red #D220AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.75%

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 50.85%
G = 7.75%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D220AB (or 0xD220AB) is known color: Medium Violet Red. HEX triplet: D2, 20 and AB. RGB value is (210,32,171). Sum of RGB (Red+Green+Blue) = 210+32+171=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D220AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D220AB is #2DDF54. Grayscale: #646464. Windows color (decimal): -3006293 or 11215058. OLE color: 11215058.

HSL color Cylindrical-coordinate representation of color #D220AB: hue angle of 313.15º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D220AB is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 171 -
CMYK 0 0.85 0.19 0.18
HSL 313.15º 0.74% 0.47% -
HSV(B) 313.15º 0.85% 0.82% -
XYZ 34.45 17.67 40.12 -
YUV 101.07 167.47 205.7 -
System Red Green Blue C M Y K H S L
Decimal 210 32 171 0 0.85 0.19 0.18 313.15 0.74 0.47
Hex D2 20 AB 0 55 13 12 139 4A 2F
Octal 322 40 253 0 125 23 22 471 112 57
Binary 11010010 100000 10101011 0 1010101 10011 10010 100111001 1001010 101111

Color Harmonies of #D220AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D220AB

Black with #D220AB

Text Example


Text Example

White with #D220AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D220AB; }

 p { color: rgb(210,32,171); }

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

background-color css

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

 a { background-color: rgb(210,32,171); }

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

border-color css

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

 span { border-color: rgb(210,32,171); }

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