#DD6186

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

Shades of Deep Blush #DD6186

Tints of Deep Blush #DD6186

Color information

#DD6186 (or 0xDD6186) is unknown color: approx Deep Blush. HEX triplet: DD, 61 and 86. RGB value is (221,97,134). Sum of RGB (Red+Green+Blue) = 221+97+134=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6186 is #229E79. Grayscale: #8A8A8A. Windows color (decimal): -2268794 or 8806877. OLE color: 8806877.

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

Color convert

RGB22197134-
CMYK00.560.390.13
HSL342.1º64.58%62.35%-
HSV(B)342.1º56.11%86.67%-
XYZ38.425.6425.48-
YUV138.29125.58186.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 97 (38.28% from 255) = 21.46%
BLUE value IS 134 (52.73% from 255) = 29.65%
R=48.89%
G=21.46%
B=29.65%

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
Decimal2219713400.560.390.13342.164.5862.35
HexDD618603827D156413e
Octal335141206070471552610176
Binary11011101110000110000110011100010011111011010101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6186; }

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

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

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

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

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

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

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

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