#DD6482

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

Shades of Deep Blush #DD6482

Tints of Deep Blush #DD6482

Color information

#DD6482 (or 0xDD6482) is unknown color: approx Deep Blush. HEX triplet: DD, 64 and 82. RGB value is (221,100,130). Sum of RGB (Red+Green+Blue) = 221+100+130=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6482 is #229B7D. Grayscale: #8B8B8B. Windows color (decimal): -2268030 or 8545501. OLE color: 8545501.

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

Color convert

RGB221100130-
CMYK00.550.410.13
HSL345.12º64.02%62.94%-
HSV(B)345.12º54.75%86.67%-
XYZ38.4126.124.13-
YUV139.6122.59186.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 130 (51.17% from 255) = 28.82%
R=49.00%
G=22.17%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110013000.550.410.13345.1264.0262.94
HexDD648203729D159403f
Octal335144202067511553110077
Binary11011101110010010000010011011110100111011010110011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6482; }

 p { color: rgb(221,100,130); }

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

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

 a { background-color: rgb(221,100,130); }

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

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

 span { border-color: rgb(221,100,130); }

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