#D88DA2

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

Shades of Can Can #D88DA2

Tints of Can Can #D88DA2

Color information

#D88DA2 (or 0xD88DA2) is unknown color: approx Can Can. HEX triplet: D8, 8D and A2. RGB value is (216,141,162). Sum of RGB (Red+Green+Blue) = 216+141+162=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88DA2 is #27725D. Grayscale: #A5A5A5. Windows color (decimal): -2585182 or 10653144. OLE color: 10653144.

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

Color convert

RGB216141162-
CMYK00.350.250.15
HSL343.2º49.02%70%-
HSV(B)343.2º34.72%84.71%-
XYZ44.3736.2638.84-
YUV165.82125.85163.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.62%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=41.62%
G=27.17%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614116200.350.250.15343.249.0270
HexD88DA202319F1573146
Octal330215242043311752761106
Binary11011000100011011010001001000111100111111010101111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DA2; }

 p { color: rgb(216,141,162); }

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

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

 a { background-color: rgb(216,141,162); }

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

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

 span { border-color: rgb(216,141,162); }

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