#DD1B92

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

Shades of Medium Violet Red #DD1B92

Tints of Medium Violet Red #DD1B92

Color information

#DD1B92 (or 0xDD1B92) is unknown color: approx Medium Violet Red. HEX triplet: DD, 1B and 92. RGB value is (221,27,146). Sum of RGB (Red+Green+Blue) = 221+27+146=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1B92 is #22E46D. Grayscale: #626262. Windows color (decimal): -2286702 or 9575389. OLE color: 9575389.

HSL color Cylindrical-coordinate representation of color #DD1B92: hue angle of 323.2º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B92 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB22127146-
CMYK00.880.340.13
HSL323.2º78.23%48.63%-
HSV(B)323.2º87.78%86.67%-
XYZ35.418.2328.85-
YUV98.57154.77215.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.09%
GREEN value IS 27 (10.94% from 255) = 6.85%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=56.09%
G=6.85%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212714600.880.340.13323.278.2348.63
HexDD1B9205822D1434e31
Octal335332220130421550311661
Binary1101110111011100100100101100010001011011010000111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1B92; }

 p { color: rgb(221,27,146); }

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

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

 a { background-color: rgb(221,27,146); }

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

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

 span { border-color: rgb(221,27,146); }

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