Html Css Color HEX #D220AE Medium Violet Red

📋 copy color: '#D220AE'

red 210 ◦ green 32 ◦ blue 174

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

Shades of Medium Violet Red #D220AE

Tints of Medium Violet Red #D220AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 50.48%
G = 7.69%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D220AE (or 0xD220AE) is known color: Medium Violet Red. HEX triplet: D2, 20 and AE. RGB value is (210,32,174). Sum of RGB (Red+Green+Blue) = 210+32+174=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D220AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D220AE is #2DDF51. Grayscale: #656565. Windows color (decimal): -3006290 or 11411666. OLE color: 11411666.

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

Color convert

RGB 210 32 174 -
CMYK 0 0.85 0.17 0.18
HSL 312.13º 0.74% 0.47% -
HSV(B) 312.13º 0.85% 0.82% -
XYZ 34.73 17.79 41.65 -
YUV 101.41 168.97 205.45 -
System Red Green Blue C M Y K H S L
Decimal 210 32 174 0 0.85 0.17 0.18 312.13 0.74 0.47
Hex D2 20 AE 0 55 11 12 138 4A 2F
Octal 322 40 256 0 125 21 22 470 112 57
Binary 11010010 100000 10101110 0 1010101 10001 10010 100111000 1001010 101111

Color Harmonies of #D220AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D220AE

Black with #D220AE

Text Example


Text Example

White with #D220AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D220AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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