#DD1298

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

Shades of Medium Violet Red #DD1298

Tints of Medium Violet Red #DD1298

Color information

#DD1298 (or 0xDD1298) is unknown color: approx Medium Violet Red. HEX triplet: DD, 12 and 98. RGB value is (221,18,152). Sum of RGB (Red+Green+Blue) = 221+18+152=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1298 is #22ED67. Grayscale: #5D5D5D. Windows color (decimal): -2289000 or 9966301. OLE color: 9966301.

HSL color Cylindrical-coordinate representation of color #DD1298: hue angle of 320.39º degrees, saturation: 0.85, 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 #DD1298 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB22118152-
CMYK00.920.310.13
HSL320.39º84.94%46.86%-
HSV(B)320.39º91.86%86.67%-
XYZ35.718.0731.31-
YUV93.97160.75218.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 18 (7.42% from 255) = 4.60%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=56.52%
G=4.60%
B=38.87%

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
Decimal2211815200.920.310.13320.3984.9446.86
HexDD129805C1FD140552f
Octal335222300134371550012557
Binary110111011001010011000010111001111111011010000001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1298; }

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

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

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

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

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

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

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

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