Html Css Color HEX #D22396 Medium Violet Red

📋 copy color: '#D22396'

red 210 ◦ green 35 ◦ blue 150

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

Shades of Medium Violet Red #D22396

Tints of Medium Violet Red #D22396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 53.16%
G = 8.86%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D22396 (or 0xD22396) is known color: Medium Violet Red. HEX triplet: D2, 23 and 96. RGB value is (210,35,150). Sum of RGB (Red+Green+Blue) = 210+35+150=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D22396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22396 is #2DDC69. Grayscale: #646464. Windows color (decimal): -3005546 or 9839570. OLE color: 9839570.

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

Color convert

RGB 210 35 150 -
CMYK 0 0.83 0.29 0.18
HSL 320.57º 0.71% 0.48% -
HSV(B) 320.57º 0.83% 0.82% -
XYZ 32.68 17.11 30.43 -
YUV 100.44 155.98 206.15 -
System Red Green Blue C M Y K H S L
Decimal 210 35 150 0 0.83 0.29 0.18 320.57 0.71 0.48
Hex D2 23 96 0 53 1D 12 141 47 30
Octal 322 43 226 0 123 35 22 501 107 60
Binary 11010010 100011 10010110 0 1010011 11101 10010 101000001 1000111 110000

Color Harmonies of #D22396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22396

Black with #D22396

Text Example


Text Example

White with #D22396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22396; }

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

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

background-color css

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

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

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

border-color css

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

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

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