#DD1198

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

Shades of Medium Violet Red #DD1198

Tints of Medium Violet Red #DD1198

Color information

#DD1198 (or 0xDD1198) is unknown color: approx Medium Violet Red. HEX triplet: DD, 11 and 98. RGB value is (221,17,152). Sum of RGB (Red+Green+Blue) = 221+17+152=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1198 is #22EE67. Grayscale: #5D5D5D. Windows color (decimal): -2289256 or 9966045. OLE color: 9966045.

HSL color Cylindrical-coordinate representation of color #DD1198: hue angle of 320.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1198 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB22117152-
CMYK00.920.310.13
HSL320.29º85.71%46.67%-
HSV(B)320.29º92.31%86.67%-
XYZ35.6918.0431.31-
YUV93.39161.09219.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 17 (7.03% from 255) = 4.36%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=56.67%
G=4.36%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211715200.920.310.13320.2985.7146.67
HexDD119805C1FD140562f
Octal335212300134371550012657
Binary110111011000110011000010111001111111011010000001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1198; }

 p { color: rgb(221,17,152); }

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

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

 a { background-color: rgb(221,17,152); }

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

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

 span { border-color: rgb(221,17,152); }

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