Html Css Color HEX #D22497 Medium Violet Red

📋 copy color: '#D22497'

red 210 ◦ green 36 ◦ blue 151

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

Shades of Medium Violet Red #D22497

Tints of Medium Violet Red #D22497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.07%

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

R = 52.9%
G = 9.07%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D22497 (or 0xD22497) is known color: Medium Violet Red. HEX triplet: D2, 24 and 97. RGB value is (210,36,151). Sum of RGB (Red+Green+Blue) = 210+36+151=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D22497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22497 is #2DDB68. Grayscale: #646464. Windows color (decimal): -3005289 or 9905362. OLE color: 9905362.

HSL color Cylindrical-coordinate representation of color #D22497: hue angle of 320.34º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22497 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 36 151 -
CMYK 0 0.83 0.28 0.18
HSL 320.34º 0.71% 0.48% -
HSV(B) 320.34º 0.83% 0.82% -
XYZ 32.8 17.2 30.87 -
YUV 101.14 156.15 205.65 -
System Red Green Blue C M Y K H S L
Decimal 210 36 151 0 0.83 0.28 0.18 320.34 0.71 0.48
Hex D2 24 97 0 53 1C 12 140 47 30
Octal 322 44 227 0 123 34 22 500 107 60
Binary 11010010 100100 10010111 0 1010011 11100 10010 101000000 1000111 110000

Color Harmonies of #D22497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22497

Black with #D22497

Text Example


Text Example

White with #D22497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22497; }

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

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

background-color css

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

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

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

border-color css

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

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

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