#DD617F

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

Shades of Dark Pink #DD617F

Tints of Dark Pink #DD617F

Color information

#DD617F (or 0xDD617F) is unknown color: approx Dark Pink. HEX triplet: DD, 61 and 7F. RGB value is (221,97,127). Sum of RGB (Red+Green+Blue) = 221+97+127=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD617F is #229E80. Grayscale: #898989. Windows color (decimal): -2268801 or 8348125. OLE color: 8348125.

HSL color Cylindrical-coordinate representation of color #DD617F: hue angle of 345.48º 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 #DD617F is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB22197127-
CMYK00.560.430.13
HSL345.48º64.58%62.35%-
HSV(B)345.48º56.11%86.67%-
XYZ37.9225.4522.99-
YUV137.5122.08187.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.66%
GREEN value IS 97 (38.28% from 255) = 21.80%
BLUE value IS 127 (50% from 255) = 28.54%
R=49.66%
G=21.80%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219712700.560.430.13345.4864.5862.35
HexDD617F0382BD159413e
Octal335141177070531553110176
Binary1101110111000011111111011100010101111011010110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD617F; }

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

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

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

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

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

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

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

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