#DD6D84

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

Shades of Deep Blush #DD6D84

Tints of Deep Blush #DD6D84

Color information

#DD6D84 (or 0xDD6D84) is unknown color: approx Deep Blush. HEX triplet: DD, 6D and 84. RGB value is (221,109,132). Sum of RGB (Red+Green+Blue) = 221+109+132=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D84 is #22927B. Grayscale: #919191. Windows color (decimal): -2265724 or 8678877. OLE color: 8678877.

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

Color convert

RGB221109132-
CMYK00.510.400.13
HSL347.68º62.22%64.71%-
HSV(B)347.68º50.68%86.67%-
XYZ39.4527.9825.15-
YUV145.11120.61182.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 109 (42.97% from 255) = 23.59%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=47.84%
G=23.59%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110913200.510.400.13347.6862.2264.71
HexDD6D8403328D15c3e41
Octal335155204063501553476101
Binary11011101110110110000100011001110100011011010111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6D84; }

 p { color: rgb(221,109,132); }

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

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

 a { background-color: rgb(221,109,132); }

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

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

 span { border-color: rgb(221,109,132); }

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