Html Css Color HEX #D22295 Medium Violet Red

📋 copy color: '#D22295'

red 210 ◦ green 34 ◦ blue 149

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

Shades of Medium Violet Red #D22295

Tints of Medium Violet Red #D22295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.65%

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 53.44%
G = 8.65%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D22295 (or 0xD22295) is known color: Medium Violet Red. HEX triplet: D2, 22 and 95. RGB value is (210,34,149). Sum of RGB (Red+Green+Blue) = 210+34+149=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D22295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22295 is #2DDD6A. Grayscale: #636363. Windows color (decimal): -3005803 or 9773778. OLE color: 9773778.

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

Color convert

RGB 210 34 149 -
CMYK 0 0.84 0.29 0.18
HSL 320.8º 0.72% 0.48% -
HSV(B) 320.8º 0.84% 0.82% -
XYZ 32.58 17.02 30 -
YUV 99.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 210 34 149 0 0.84 0.29 0.18 320.8 0.72 0.48
Hex D2 22 95 0 54 1D 12 141 48 30
Octal 322 42 225 0 124 35 22 501 110 60
Binary 11010010 100010 10010101 0 1010100 11101 10010 101000001 1001000 110000

Color Harmonies of #D22295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22295

Black with #D22295

Text Example


Text Example

White with #D22295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22295; }

 p { color: rgb(210,34,149); }

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

background-color css

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

 a { background-color: rgb(210,34,149); }

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

border-color css

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

 span { border-color: rgb(210,34,149); }

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