#DD8B9D

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

Shades of Can Can #DD8B9D

Tints of Can Can #DD8B9D

Color information

#DD8B9D (or 0xDD8B9D) is unknown color: approx Can Can. HEX triplet: DD, 8B and 9D. RGB value is (221,139,157). Sum of RGB (Red+Green+Blue) = 221+139+157=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8B9D is #227462. Grayscale: #A5A5A5. Windows color (decimal): -2258019 or 10324957. OLE color: 10324957.

HSL color Cylindrical-coordinate representation of color #DD8B9D: hue angle of 346.83º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8B9D is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221139157-
CMYK00.370.290.13
HSL346.83º54.67%70.59%-
HSV(B)346.83º37.1%86.67%-
XYZ45.1436.2736.52-
YUV165.57123.17167.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=42.75%
G=26.89%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113915700.370.290.13346.8354.6770.59
HexDD8B9D0251DD15b3747
Octal335213235045351553367107
Binary11011101100010111001110101001011110111011010110111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8B9D; }

 p { color: rgb(221,139,157); }

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

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

 a { background-color: rgb(221,139,157); }

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

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

 span { border-color: rgb(221,139,157); }

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