#DD6185

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

Shades of Deep Blush #DD6185

Tints of Deep Blush #DD6185

Color information

#DD6185 (or 0xDD6185) is unknown color: approx Deep Blush. HEX triplet: DD, 61 and 85. RGB value is (221,97,133). Sum of RGB (Red+Green+Blue) = 221+97+133=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6185 is #229E7A. Grayscale: #8A8A8A. Windows color (decimal): -2268795 or 8741341. OLE color: 8741341.

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

Color convert

RGB22197133-
CMYK00.560.400.13
HSL342.58º64.58%62.35%-
HSV(B)342.58º56.11%86.67%-
XYZ38.3325.6125.11-
YUV138.18125.08187.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=49.00%
G=21.51%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219713300.560.400.13342.5864.5862.35
HexDD618503828D157413e
Octal335141205070501552710176
Binary11011101110000110000101011100010100011011010101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6185; }

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

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

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

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

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

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

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

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