Html Css Color HEX #D22293 Medium Violet Red

📋 copy color: '#D22293'

red 210 ◦ green 34 ◦ blue 147

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

Shades of Medium Violet Red #D22293

Tints of Medium Violet Red #D22293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.6%

R = 53.71%
G = 8.7%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D22293 (or 0xD22293) is known color: Medium Violet Red. HEX triplet: D2, 22 and 93. RGB value is (210,34,147). Sum of RGB (Red+Green+Blue) = 210+34+147=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D22293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22293 is #2DDD6C. Grayscale: #636363. Windows color (decimal): -3005805 or 9642706. OLE color: 9642706.

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

Color convert

RGB 210 34 147 -
CMYK 0 0.84 0.30 0.18
HSL 321.48º 0.72% 0.48% -
HSV(B) 321.48º 0.84% 0.82% -
XYZ 32.42 16.95 29.17 -
YUV 99.51 154.81 206.81 -
System Red Green Blue C M Y K H S L
Decimal 210 34 147 0 0.84 0.30 0.18 321.48 0.72 0.48
Hex D2 22 93 0 54 1E 12 141 48 30
Octal 322 42 223 0 124 36 22 501 110 60
Binary 11010010 100010 10010011 0 1010100 11110 10010 101000001 1001000 110000

Color Harmonies of #D22293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22293

Black with #D22293

Text Example


Text Example

White with #D22293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22293; }

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

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

background-color css

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

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

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

border-color css

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

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

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