Html Css Color HEX #D22392 Medium Violet Red

📋 copy color: '#D22392'

red 210 ◦ green 35 ◦ blue 146

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

Shades of Medium Violet Red #D22392

Tints of Medium Violet Red #D22392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 53.71%
G = 8.95%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D22392 (or 0xD22392) is known color: Medium Violet Red. HEX triplet: D2, 23 and 92. RGB value is (210,35,146). Sum of RGB (Red+Green+Blue) = 210+35+146=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D22392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22392 is #2DDC6D. Grayscale: #636363. Windows color (decimal): -3005550 or 9577426. OLE color: 9577426.

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

Color convert

RGB 210 35 146 -
CMYK 0 0.83 0.30 0.18
HSL 321.94º 0.71% 0.48% -
HSV(B) 321.94º 0.83% 0.82% -
XYZ 32.37 16.98 28.77 -
YUV 99.98 153.98 206.47 -
System Red Green Blue C M Y K H S L
Decimal 210 35 146 0 0.83 0.30 0.18 321.94 0.71 0.48
Hex D2 23 92 0 53 1E 12 142 47 30
Octal 322 43 222 0 123 36 22 502 107 60
Binary 11010010 100011 10010010 0 1010011 11110 10010 101000010 1000111 110000

Color Harmonies of #D22392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22392

Black with #D22392

Text Example


Text Example

White with #D22392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22392; }

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

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

background-color css

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

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

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

border-color css

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

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

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