#DD6F85

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

Shades of Deep Blush #DD6F85

Tints of Deep Blush #DD6F85

Color information

#DD6F85 (or 0xDD6F85) is unknown color: approx Deep Blush. HEX triplet: DD, 6F and 85. RGB value is (221,111,133). Sum of RGB (Red+Green+Blue) = 221+111+133=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F85 is #22907A. Grayscale: #929292. Windows color (decimal): -2265211 or 8744925. OLE color: 8744925.

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

Color convert

RGB221111133-
CMYK00.500.400.13
HSL348º61.8%65.1%-
HSV(B)348º49.77%86.67%-
XYZ39.7428.4325.58-
YUV146.4120.44181.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.53%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=47.53%
G=23.87%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111113300.500.400.1334861.865.1
HexDD6F8503228D15c3e41
Octal335157205062501553476101
Binary11011101110111110000101011001010100011011010111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6F85; }

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

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

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

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

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

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

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

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