#DD728A

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

Shades of Deep Blush #DD728A

Tints of Deep Blush #DD728A

Color information

#DD728A (or 0xDD728A) is unknown color: approx Deep Blush. HEX triplet: DD, 72 and 8A. RGB value is (221,114,138). Sum of RGB (Red+Green+Blue) = 221+114+138=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD728A is #228D75. Grayscale: #949494. Windows color (decimal): -2264438 or 9073373. OLE color: 9073373.

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

Color convert

RGB221114138-
CMYK00.480.380.13
HSL346.54º61.14%65.69%-
HSV(B)346.54º48.42%86.67%-
XYZ40.4229.2427.56-
YUV148.73121.95179.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=46.72%
G=24.10%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111413800.480.380.13346.5461.1465.69
HexDD728A03026D15b3d42
Octal335162212060461553375102
Binary11011101111001010001010011000010011011011010110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD728A; }

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

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

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

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

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

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

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

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