Html Css Color HEX #D22197 Medium Violet Red

📋 copy color: '#D22197'

red 210 ◦ green 33 ◦ blue 151

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

Shades of Medium Violet Red #D22197

Tints of Medium Violet Red #D22197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.32%

R = 53.3%
G = 8.38%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D22197 (or 0xD22197) is known color: Medium Violet Red. HEX triplet: D2, 21 and 97. RGB value is (210,33,151). Sum of RGB (Red+Green+Blue) = 210+33+151=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D22197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22197 is #2DDE68. Grayscale: #636363. Windows color (decimal): -3006057 or 9904594. OLE color: 9904594.

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

Color convert

RGB 210 33 151 -
CMYK 0 0.84 0.28 0.18
HSL 320º 0.73% 0.48% -
HSV(B) 320º 0.84% 0.82% -
XYZ 32.71 17.02 30.84 -
YUV 99.38 157.14 206.91 -
System Red Green Blue C M Y K H S L
Decimal 210 33 151 0 0.84 0.28 0.18 320 0.73 0.48
Hex D2 21 97 0 54 1C 12 140 49 30
Octal 322 41 227 0 124 34 22 500 111 60
Binary 11010010 100001 10010111 0 1010100 11100 10010 101000000 1001001 110000

Color Harmonies of #D22197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22197

Black with #D22197

Text Example


Text Example

White with #D22197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22197; }

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

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

background-color css

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

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

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

border-color css

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

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

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