#DD6A84

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

Shades of Deep Blush #DD6A84

Tints of Deep Blush #DD6A84

Color information

#DD6A84 (or 0xDD6A84) is unknown color: approx Deep Blush. HEX triplet: DD, 6A and 84. RGB value is (221,106,132). Sum of RGB (Red+Green+Blue) = 221+106+132=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A84 is #22957B. Grayscale: #8F8F8F. Windows color (decimal): -2266492 or 8678109. OLE color: 8678109.

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

Color convert

RGB221106132-
CMYK00.520.400.13
HSL346.43º62.84%64.12%-
HSV(B)346.43º52.04%86.67%-
XYZ39.1427.3525.05-
YUV143.35121.6183.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=48.15%
G=23.09%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110613200.520.400.13346.4362.8464.12
HexDD6A8403428D15a3f40
Octal335152204064501553277100
Binary11011101110101010000100011010010100011011010110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A84; }

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

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

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

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

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

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

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

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