#DD607E

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

Shades of Dark Pink #DD607E

Tints of Dark Pink #DD607E

Color information

#DD607E (or 0xDD607E) is unknown color: approx Dark Pink. HEX triplet: DD, 60 and 7E. RGB value is (221,96,126). Sum of RGB (Red+Green+Blue) = 221+96+126=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD607E is #229F81. Grayscale: #888888. Windows color (decimal): -2269058 or 8282333. OLE color: 8282333.

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

Color convert

RGB22196126-
CMYK00.570.430.13
HSL345.6º64.77%62.16%-
HSV(B)345.6º56.56%86.67%-
XYZ37.7725.2422.62-
YUV136.79121.91188.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=49.89%
G=21.67%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219612600.570.430.13345.664.7762.16
HexDD607E0392BD15a413e
Octal335140176071531553210176
Binary1101110111000001111110011100110101111011010110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD607E; }

 p { color: rgb(221,96,126); }

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

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

 a { background-color: rgb(221,96,126); }

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

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

 span { border-color: rgb(221,96,126); }

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