#D2208B

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

Shades of Medium Violet Red #D2208B

Tints of Medium Violet Red #D2208B

Color information

#D2208B (or 0xD2208B) is unknown color: approx Medium Violet Red. HEX triplet: D2, 20 and 8B. RGB value is (210,32,139). Sum of RGB (Red+Green+Blue) = 210+32+139=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D2208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2208B is #2DDF74. Grayscale: #616161. Windows color (decimal): -3006325 or 9117906. OLE color: 9117906.

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

Color convert

RGB21032139-
CMYK00.850.340.18
HSL323.93º73.55%47.45%-
HSV(B)323.93º84.76%82.35%-
XYZ31.7616.625.96-
YUV97.42151.47208.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 55.12%
GREEN value IS 32 (12.89% from 255) = 8.40%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=55.12%
G=8.40%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103213900.850.340.18323.9373.5547.45
HexD2208B05522121444a2f
Octal322402130125422250411257
Binary110100101000001000101101010101100010100101010001001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2208B; }

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

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

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

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

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

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

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

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