#D88394

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

Shades of Can Can #D88394

Tints of Can Can #D88394

Color information

#D88394 (or 0xD88394) is unknown color: approx Can Can. HEX triplet: D8, 83 and 94. RGB value is (216,131,148). Sum of RGB (Red+Green+Blue) = 216+131+148=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D88394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88394 is #277C6B. Grayscale: #9E9E9E. Windows color (decimal): -2587756 or 9733080. OLE color: 9733080.

HSL color Cylindrical-coordinate representation of color #D88394: hue angle of 348º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D88394 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216131148-
CMYK00.390.310.15
HSL348º52.15%68.04%-
HSV(B)348º39.35%84.71%-
XYZ41.7832.9732.18-
YUV158.35122.16169.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=43.64%
G=26.46%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613114800.390.310.1534852.1568.04
HexD883940271FF15c3444
Octal330203224047371753464104
Binary11011000100000111001010001001111111111111010111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88394; }

 p { color: rgb(216,131,148); }

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

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

 a { background-color: rgb(216,131,148); }

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

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

 span { border-color: rgb(216,131,148); }

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