#DD7583

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

Shades of Deep Blush #DD7583

Tints of Deep Blush #DD7583

Color information

#DD7583 (or 0xDD7583) is unknown color: approx Deep Blush. HEX triplet: DD, 75 and 83. RGB value is (221,117,131). Sum of RGB (Red+Green+Blue) = 221+117+131=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7583 is #228A7C. Grayscale: #959595. Windows color (decimal): -2263677 or 8615389. OLE color: 8615389.

HSL color Cylindrical-coordinate representation of color #DD7583: hue angle of 351.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7583 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB221117131-
CMYK00.470.410.13
HSL351.92º60.47%66.27%-
HSV(B)351.92º47.06%86.67%-
XYZ40.2829.7325.09-
YUV149.69117.46178.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=47.12%
G=24.95%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111713100.470.410.13351.9260.4766.27
HexDD758302F29D1603c42
Octal335165203057511554074102
Binary11011101111010110000011010111110100111011011000001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7583; }

 p { color: rgb(221,117,131); }

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

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

 a { background-color: rgb(221,117,131); }

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

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

 span { border-color: rgb(221,117,131); }

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