#DD728C

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

Shades of Deep Blush #DD728C

Tints of Deep Blush #DD728C

Color information

#DD728C (or 0xDD728C) is unknown color: approx Deep Blush. HEX triplet: DD, 72 and 8C. RGB value is (221,114,140). Sum of RGB (Red+Green+Blue) = 221+114+140=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD728C is #228D73. Grayscale: #949494. Windows color (decimal): -2264436 or 9204445. OLE color: 9204445.

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

Color convert

RGB221114140-
CMYK00.480.370.13
HSL345.42º61.14%65.69%-
HSV(B)345.42º48.42%86.67%-
XYZ40.5729.328.33-
YUV148.96122.95179.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=46.53%
G=24%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111414000.480.370.13345.4261.1465.69
HexDD728C03025D1593d42
Octal335162214060451553175102
Binary11011101111001010001100011000010010111011010110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD728C; }

 p { color: rgb(221,114,140); }

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

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

 a { background-color: rgb(221,114,140); }

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

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

 span { border-color: rgb(221,114,140); }

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