Html Css Color HEX #D22093 Medium Violet Red

📋 copy color: '#D22093'

red 210 ◦ green 32 ◦ blue 147

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

Shades of Medium Violet Red #D22093

Tints of Medium Violet Red #D22093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

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

R = 53.98%
G = 8.23%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D22093 (or 0xD22093) is known color: Medium Violet Red. HEX triplet: D2, 20 and 93. RGB value is (210,32,147). Sum of RGB (Red+Green+Blue) = 210+32+147=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D22093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22093 is #2DDF6C. Grayscale: #626262. Windows color (decimal): -3006317 or 9642194. OLE color: 9642194.

HSL color Cylindrical-coordinate representation of color #D22093: hue angle of 321.24º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22093 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 147 -
CMYK 0 0.85 0.30 0.18
HSL 321.24º 0.74% 0.47% -
HSV(B) 321.24º 0.85% 0.82% -
XYZ 32.36 16.84 29.15 -
YUV 98.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 210 32 147 0 0.85 0.30 0.18 321.24 0.74 0.47
Hex D2 20 93 0 55 1E 12 141 4A 2F
Octal 322 40 223 0 125 36 22 501 112 57
Binary 11010010 100000 10010011 0 1010101 11110 10010 101000001 1001010 101111

Color Harmonies of #D22093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22093

Black with #D22093

Text Example


Text Example

White with #D22093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22093; }

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

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

background-color css

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

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

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

border-color css

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

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

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