#DD708D

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

Shades of Deep Blush #DD708D

Tints of Deep Blush #DD708D

Color information

#DD708D (or 0xDD708D) is unknown color: approx Deep Blush. HEX triplet: DD, 70 and 8D. RGB value is (221,112,141). Sum of RGB (Red+Green+Blue) = 221+112+141=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD708D is #228F72. Grayscale: #939393. Windows color (decimal): -2264947 or 9269469. OLE color: 9269469.

HSL color Cylindrical-coordinate representation of color #DD708D: hue angle of 344.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD708D is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221112141-
CMYK00.490.360.13
HSL344.04º61.58%65.29%-
HSV(B)344.04º49.32%86.67%-
XYZ40.4228.8828.64-
YUV147.9124.11180.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 112 (44.14% from 255) = 23.63%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=46.62%
G=23.63%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111214100.490.360.13344.0461.5865.29
HexDD708D03124D1583e41
Octal335160215061441553076101
Binary11011101111000010001101011000110010011011010110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD708D; }

 p { color: rgb(221,112,141); }

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

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

 a { background-color: rgb(221,112,141); }

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

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

 span { border-color: rgb(221,112,141); }

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