#DD6589

Color #DD6589 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #DD6589

Tints of Deep Blush #DD6589

Color information

#DD6589 (or 0xDD6589) is unknown color: approx Deep Blush. HEX triplet: DD, 65 and 89. RGB value is (221,101,137). Sum of RGB (Red+Green+Blue) = 221+101+137=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6589 is #229A76. Grayscale: #8C8C8C. Windows color (decimal): -2267767 or 9004509. OLE color: 9004509.

HSL color Cylindrical-coordinate representation of color #DD6589: hue angle of 342º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6589 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221101137-
CMYK00.540.380.13
HSL342º63.83%63.14%-
HSV(B)342º54.3%86.67%-
XYZ38.9926.4926.72-
YUV140.98125.76185.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 137 (53.91% from 255) = 29.85%
R=48.15%
G=22.00%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110113700.540.380.1334263.8363.14
HexDD658903626D156403f
Octal335145211066461552610077
Binary11011101110010110001001011011010011011011010101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6589; }

 p { color: rgb(221,101,137); }

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

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

 a { background-color: rgb(221,101,137); }

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

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

 span { border-color: rgb(221,101,137); }

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