#DD6187

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

Shades of Deep Blush #DD6187

Tints of Deep Blush #DD6187

Color information

#DD6187 (or 0xDD6187) is unknown color: approx Deep Blush. HEX triplet: DD, 61 and 87. RGB value is (221,97,135). Sum of RGB (Red+Green+Blue) = 221+97+135=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6187 is #229E78. Grayscale: #8A8A8A. Windows color (decimal): -2268793 or 8872413. OLE color: 8872413.

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

Color convert

RGB22197135-
CMYK00.560.390.13
HSL341.61º64.58%62.35%-
HSV(B)341.61º56.11%86.67%-
XYZ38.4725.6725.85-
YUV138.41126.08186.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=48.79%
G=21.41%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219713500.560.390.13341.6164.5862.35
HexDD618703827D156413e
Octal335141207070471552610176
Binary11011101110000110000111011100010011111011010101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6187; }

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

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

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

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

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

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

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

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