#DD6385

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

Shades of Deep Blush #DD6385

Tints of Deep Blush #DD6385

Color information

#DD6385 (or 0xDD6385) is unknown color: approx Deep Blush. HEX triplet: DD, 63 and 85. RGB value is (221,99,133). Sum of RGB (Red+Green+Blue) = 221+99+133=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6385 is #229C7A. Grayscale: #8B8B8B. Windows color (decimal): -2268283 or 8741853. OLE color: 8741853.

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

Color convert

RGB22199133-
CMYK00.550.400.13
HSL343.28º64.21%62.75%-
HSV(B)343.28º55.2%86.67%-
XYZ38.5125.9925.18-
YUV139.35124.42186.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=48.79%
G=21.85%
B=29.36%

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
Decimal2219913300.550.400.13343.2864.2162.75
HexDD638503728D157403f
Octal335143205067501552710077
Binary11011101110001110000101011011110100011011010101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6385; }

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

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

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

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

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

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

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

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