#DD4E91

Color #DD4E91 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DD4E91

Tints of Dark Pink #DD4E91

Color information

#DD4E91 (or 0xDD4E91) is unknown color: approx Dark Pink. HEX triplet: DD, 4E and 91. RGB value is (221,78,145). Sum of RGB (Red+Green+Blue) = 221+78+145=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4E91 is #22B16E. Grayscale: #808080. Windows color (decimal): -2273647 or 9522909. OLE color: 9522909.

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

Color convert

RGB22178145-
CMYK00.650.340.13
HSL331.89º67.77%58.63%-
HSV(B)331.89º64.71%86.67%-
XYZ37.6522.8729.22-
YUV128.39137.38194.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 78 (30.86% from 255) = 17.57%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=49.77%
G=17.57%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217814500.650.340.13331.8967.7758.63
HexDD4E9104122D14c443b
Octal3351162210101421551410473
Binary110111011001110100100010100000110001011011010011001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4E91; }

 p { color: rgb(221,78,145); }

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

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

 a { background-color: rgb(221,78,145); }

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

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

 span { border-color: rgb(221,78,145); }

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