Html Css Color HEX #D22397 Medium Violet Red

📋 copy color: '#D22397'

red 210 ◦ green 35 ◦ blue 151

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

Shades of Medium Violet Red #D22397

Tints of Medium Violet Red #D22397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.84%

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

R = 53.03%
G = 8.84%
B = 38.13%

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

#D22397 (or 0xD22397) is known color: Medium Violet Red. HEX triplet: D2, 23 and 97. RGB value is (210,35,151). Sum of RGB (Red+Green+Blue) = 210+35+151=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D22397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22397 is #2DDC68. Grayscale: #646464. Windows color (decimal): -3005545 or 9905106. OLE color: 9905106.

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

Color convert

RGB 210 35 151 -
CMYK 0 0.83 0.28 0.18
HSL 320.23º 0.71% 0.48% -
HSV(B) 320.23º 0.83% 0.82% -
XYZ 32.77 17.14 30.86 -
YUV 100.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 210 35 151 0 0.83 0.28 0.18 320.23 0.71 0.48
Hex D2 23 97 0 53 1C 12 140 47 30
Octal 322 43 227 0 123 34 22 500 107 60
Binary 11010010 100011 10010111 0 1010011 11100 10010 101000000 1000111 110000

Color Harmonies of #D22397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22397

Black with #D22397

Text Example


Text Example

White with #D22397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22397; }

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

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

background-color css

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

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

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

border-color css

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

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

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