Html Css Color HEX #D22099 Medium Violet Red

📋 copy color: '#D22099'

red 210 ◦ green 32 ◦ blue 153

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

Shades of Medium Violet Red #D22099

Tints of Medium Violet Red #D22099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 53.16%
G = 8.1%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D22099 (or 0xD22099) is known color: Medium Violet Red. HEX triplet: D2, 20 and 99. RGB value is (210,32,153). Sum of RGB (Red+Green+Blue) = 210+32+153=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D22099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22099 is #2DDF66. Grayscale: #626262. Windows color (decimal): -3006311 or 10035410. OLE color: 10035410.

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

Color convert

RGB 210 32 153 -
CMYK 0 0.85 0.27 0.18
HSL 319.21º 0.74% 0.47% -
HSV(B) 319.21º 0.85% 0.82% -
XYZ 32.84 17.03 31.69 -
YUV 99.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 210 32 153 0 0.85 0.27 0.18 319.21 0.74 0.47
Hex D2 20 99 0 55 1B 12 13F 4A 2F
Octal 322 40 231 0 125 33 22 477 112 57
Binary 11010010 100000 10011001 0 1010101 11011 10010 100111111 1001010 101111

Color Harmonies of #D22099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22099

Black with #D22099

Text Example


Text Example

White with #D22099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22099; }

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

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

background-color css

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

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

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

border-color css

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

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

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