#DD7184

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

Shades of Deep Blush #DD7184

Tints of Deep Blush #DD7184

Color information

#DD7184 (or 0xDD7184) is unknown color: approx Deep Blush. HEX triplet: DD, 71 and 84. RGB value is (221,113,132). Sum of RGB (Red+Green+Blue) = 221+113+132=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7184 is #228E7B. Grayscale: #939393. Windows color (decimal): -2264700 or 8679901. OLE color: 8679901.

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

Color convert

RGB221113132-
CMYK00.490.400.13
HSL349.44º61.36%65.49%-
HSV(B)349.44º48.87%86.67%-
XYZ39.8928.8525.3-
YUV147.46119.28180.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=47.42%
G=24.25%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111313200.490.400.13349.4461.3665.49
HexDD718403128D15d3d41
Octal335161204061501553575101
Binary11011101111000110000100011000110100011011010111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7184; }

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

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

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

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

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

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

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

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