Html Css Color HEX #D221AD Medium Violet Red

📋 copy color: '#D221AD'

red 210 ◦ green 33 ◦ blue 173

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

Shades of Medium Violet Red #D221AD

Tints of Medium Violet Red #D221AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 50.48%
G = 7.93%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D221AD (or 0xD221AD) is known color: Medium Violet Red. HEX triplet: D2, 21 and AD. RGB value is (210,33,173). Sum of RGB (Red+Green+Blue) = 210+33+173=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D221AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D221AD is #2DDE52. Grayscale: #656565. Windows color (decimal): -3006035 or 11346386. OLE color: 11346386.

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

Color convert

RGB 210 33 173 -
CMYK 0 0.84 0.18 0.18
HSL 312.54º 0.73% 0.48% -
HSV(B) 312.54º 0.84% 0.82% -
XYZ 34.67 17.81 41.15 -
YUV 101.88 168.14 205.12 -
System Red Green Blue C M Y K H S L
Decimal 210 33 173 0 0.84 0.18 0.18 312.54 0.73 0.48
Hex D2 21 AD 0 54 12 12 139 49 30
Octal 322 41 255 0 124 22 22 471 111 60
Binary 11010010 100001 10101101 0 1010100 10010 10010 100111001 1001001 110000

Color Harmonies of #D221AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221AD

Black with #D221AD

Text Example


Text Example

White with #D221AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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