#D88FA1

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

Shades of Can Can #D88FA1

Tints of Can Can #D88FA1

Color information

#D88FA1 (or 0xD88FA1) is unknown color: approx Can Can. HEX triplet: D8, 8F and A1. RGB value is (216,143,161). Sum of RGB (Red+Green+Blue) = 216+143+161=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88FA1 is #27705E. Grayscale: #A6A6A6. Windows color (decimal): -2584671 or 10588120. OLE color: 10588120.

HSL color Cylindrical-coordinate representation of color #D88FA1: hue angle of 345.21º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88FA1 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB216143161-
CMYK00.340.250.15
HSL345.21º48.34%70.39%-
HSV(B)345.21º33.8%84.71%-
XYZ44.5736.8238.48-
YUV166.88124.68163.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 161 (63.28% from 255) = 30.96%
R=41.54%
G=27.5%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614316100.340.250.15345.2148.3470.39
HexD88FA102219F1593046
Octal330217241042311753160106
Binary11011000100011111010000101000101100111111010110011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FA1; }

 p { color: rgb(216,143,161); }

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

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

 a { background-color: rgb(216,143,161); }

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

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

 span { border-color: rgb(216,143,161); }

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