#DD6181

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

Shades of Dark Pink #DD6181

Tints of Dark Pink #DD6181

Color information

#DD6181 (or 0xDD6181) is unknown color: approx Dark Pink. HEX triplet: DD, 61 and 81. RGB value is (221,97,129). Sum of RGB (Red+Green+Blue) = 221+97+129=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6181 is #229E7E. Grayscale: #898989. Windows color (decimal): -2268799 or 8479197. OLE color: 8479197.

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

Color convert

RGB22197129-
CMYK00.560.420.13
HSL344.52º64.58%62.35%-
HSV(B)344.52º56.11%86.67%-
XYZ38.0625.5123.69-
YUV137.72123.08187.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 97 (38.28% from 255) = 21.70%
BLUE value IS 129 (50.78% from 255) = 28.86%
R=49.44%
G=21.70%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219712900.560.420.13344.5264.5862.35
HexDD61810382AD159413e
Octal335141201070521553110176
Binary11011101110000110000001011100010101011011010110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6181; }

 p { color: rgb(221,97,129); }

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

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

 a { background-color: rgb(221,97,129); }

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

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

 span { border-color: rgb(221,97,129); }

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