#D88493

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

Shades of Can Can #D88493

Tints of Can Can #D88493

Color information

#D88493 (or 0xD88493) is unknown color: approx Can Can. HEX triplet: D8, 84 and 93. RGB value is (216,132,147). Sum of RGB (Red+Green+Blue) = 216+132+147=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D88493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88493 is #277B6C. Grayscale: #9E9E9E. Windows color (decimal): -2587501 or 9667800. OLE color: 9667800.

HSL color Cylindrical-coordinate representation of color #D88493: hue angle of 349.29º 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 #D88493 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB216132147-
CMYK00.390.320.15
HSL349.29º51.85%68.24%-
HSV(B)349.29º38.89%84.71%-
XYZ41.8433.2131.81-
YUV158.83121.33168.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=43.64%
G=26.67%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613214700.390.320.15349.2951.8568.24
HexD8849302720F15d3444
Octal330204223047401753564104
Binary110110001000010010010011010011110000011111010111011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88493; }

 p { color: rgb(216,132,147); }

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

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

 a { background-color: rgb(216,132,147); }

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

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

 span { border-color: rgb(216,132,147); }

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