#DD6386

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

Shades of Deep Blush #DD6386

Tints of Deep Blush #DD6386

Color information

#DD6386 (or 0xDD6386) is unknown color: approx Deep Blush. HEX triplet: DD, 63 and 86. RGB value is (221,99,134). Sum of RGB (Red+Green+Blue) = 221+99+134=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6386 is #229C79. Grayscale: #8B8B8B. Windows color (decimal): -2268282 or 8807389. OLE color: 8807389.

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

Color convert

RGB22199134-
CMYK00.550.390.13
HSL342.79º64.21%62.75%-
HSV(B)342.79º55.2%86.67%-
XYZ38.5826.0225.54-
YUV139.47124.92186.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 99 (39.06% from 255) = 21.81%
BLUE value IS 134 (52.73% from 255) = 29.52%
R=48.68%
G=21.81%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219913400.550.390.13342.7964.2162.75
HexDD638603727D157403f
Octal335143206067471552710077
Binary11011101110001110000110011011110011111011010101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6386; }

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

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

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

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

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

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

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

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