#DD728B

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

Shades of Deep Blush #DD728B

Tints of Deep Blush #DD728B

Color information

#DD728B (or 0xDD728B) is unknown color: approx Deep Blush. HEX triplet: DD, 72 and 8B. RGB value is (221,114,139). Sum of RGB (Red+Green+Blue) = 221+114+139=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD728B is #228D74. Grayscale: #949494. Windows color (decimal): -2264437 or 9138909. OLE color: 9138909.

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

Color convert

RGB221114139-
CMYK00.480.370.13
HSL345.98º61.14%65.69%-
HSV(B)345.98º48.42%86.67%-
XYZ40.529.2727.94-
YUV148.84122.45179.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=46.62%
G=24.05%
B=29.32%

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
Decimal22111413900.480.370.13345.9861.1465.69
HexDD728B03025D15a3d42
Octal335162213060451553275102
Binary11011101111001010001011011000010010111011010110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD728B; }

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

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

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

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

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

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

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

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