Html Css Color HEX #D22077 Medium Violet Red

📋 copy color: '#D22077'

red 210 ◦ green 32 ◦ blue 119

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

Shades of Medium Violet Red #D22077

Tints of Medium Violet Red #D22077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 58.17%
G = 8.86%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D22077 (or 0xD22077) is known color: Medium Violet Red. HEX triplet: D2, 20 and 77. RGB value is (210,32,119). Sum of RGB (Red+Green+Blue) = 210+32+119=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D22077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22077 is #2DDF88. Grayscale: #5E5E5E. Windows color (decimal): -3006345 or 7807186. OLE color: 7807186.

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

Color convert

RGB 210 32 119 -
CMYK 0 0.85 0.43 0.18
HSL 330.67º 0.74% 0.47% -
HSV(B) 330.67º 0.85% 0.82% -
XYZ 30.42 16.07 18.95 -
YUV 95.14 141.47 209.93 -
System Red Green Blue C M Y K H S L
Decimal 210 32 119 0 0.85 0.43 0.18 330.67 0.74 0.47
Hex D2 20 77 0 55 2B 12 14B 4A 2F
Octal 322 40 167 0 125 53 22 513 112 57
Binary 11010010 100000 1110111 0 1010101 101011 10010 101001011 1001010 101111

Color Harmonies of #D22077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22077

Black with #D22077

Text Example


Text Example

White with #D22077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22077; }

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

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

background-color css

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

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

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

border-color css

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

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

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