#d22189

Color #D22189 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D22189

Tints of Medium Violet Red #D22189

Color information

#D22189 (or 0xD22189) is unknown color: approx Medium Violet Red. HEX triplet: D2, 21 and 89. RGB value is (210,33,137). Sum of RGB (Red+Green+Blue) = 210+33+137=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D22189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22189 is #2DDE76. Grayscale: #616161. Windows color (decimal): -3006071 or 8987090. OLE color: 8987090.

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

Color convert

RGB21033137-
CMYK00.840.350.18
HSL324.75º72.84%47.65%-
HSV(B)324.75º84.29%82.35%-
XYZ31.6416.625.2-
YUV97.78150.14208.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 55.26%
GREEN value IS 33 (13.28% from 255) = 8.68%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=55.26%
G=8.68%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103313700.840.350.18324.7572.8447.65
HexD2218905423121454930
Octal322412110124432250511160
Binary110100101000011000100101010100100011100101010001011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d22189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d22189; }

 p { color: rgb(210,33,137); }

 H1.HeaderClassName
 {
   color: #d22189;
 }
 .AnyTagClassName
 {
   color: #d22189;
 }
</style>
background-color css

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

 a { background-color: rgb(210,33,137); }

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

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

 span { border-color: rgb(210,33,137); }

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