Html Css Color HEX #D221AB Medium Violet Red

📋 copy color: '#D221AB'

red 210 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #D221AB

Tints of Medium Violet Red #D221AB

RGB

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

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

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

R = 50.72%
G = 7.97%
B = 41.3%

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

#D221AB (or 0xD221AB) is known color: Medium Violet Red. HEX triplet: D2, 21 and AB. RGB value is (210,33,171). Sum of RGB (Red+Green+Blue) = 210+33+171=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D221AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D221AB is #2DDE54. Grayscale: #656565. Windows color (decimal): -3006037 or 11215314. OLE color: 11215314.

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

Color convert

RGB 210 33 171 -
CMYK 0 0.84 0.19 0.18
HSL 313.22º 0.73% 0.48% -
HSV(B) 313.22º 0.84% 0.82% -
XYZ 34.47 17.73 40.13 -
YUV 101.66 167.14 205.28 -
System Red Green Blue C M Y K H S L
Decimal 210 33 171 0 0.84 0.19 0.18 313.22 0.73 0.48
Hex D2 21 AB 0 54 13 12 139 49 30
Octal 322 41 253 0 124 23 22 471 111 60
Binary 11010010 100001 10101011 0 1010100 10011 10010 100111001 1001001 110000

Color Harmonies of #D221AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221AB

Black with #D221AB

Text Example


Text Example

White with #D221AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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