#DD6485

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

Shades of Deep Blush #DD6485

Tints of Deep Blush #DD6485

Color information

#DD6485 (or 0xDD6485) is unknown color: approx Deep Blush. HEX triplet: DD, 64 and 85. RGB value is (221,100,133). Sum of RGB (Red+Green+Blue) = 221+100+133=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6485 is #229B7A. Grayscale: #8B8B8B. Windows color (decimal): -2268027 or 8742109. OLE color: 8742109.

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

Color convert

RGB221100133-
CMYK00.550.400.13
HSL343.64º64.02%62.94%-
HSV(B)343.64º54.75%86.67%-
XYZ38.6126.1825.21-
YUV139.94124.09185.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 133 (52.34% from 255) = 29.30%
R=48.68%
G=22.03%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110013300.550.400.13343.6464.0262.94
HexDD648503728D158403f
Octal335144205067501553010077
Binary11011101110010010000101011011110100011011010110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6485; }

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

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

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

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

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

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

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

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