#DD7187

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

Shades of Deep Blush #DD7187

Tints of Deep Blush #DD7187

Color information

#DD7187 (or 0xDD7187) is unknown color: approx Deep Blush. HEX triplet: DD, 71 and 87. RGB value is (221,113,135). Sum of RGB (Red+Green+Blue) = 221+113+135=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7187 is #228E78. Grayscale: #939393. Windows color (decimal): -2264697 or 8876509. OLE color: 8876509.

HSL color Cylindrical-coordinate representation of color #DD7187: hue angle of 347.78º degrees, saturation: 0.61, 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 #DD7187 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221113135-
CMYK00.490.390.13
HSL347.78º61.36%65.49%-
HSV(B)347.78º48.87%86.67%-
XYZ40.128.9326.39-
YUV147.8120.78180.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=47.12%
G=24.09%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111313500.490.390.13347.7861.3665.49
HexDD718703127D15c3d41
Octal335161207061471553475101
Binary11011101111000110000111011000110011111011010111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7187; }

 p { color: rgb(221,113,135); }

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

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

 a { background-color: rgb(221,113,135); }

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

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

 span { border-color: rgb(221,113,135); }

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