#DA8898

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

Shades of Can Can #DA8898

Tints of Can Can #DA8898

Color information

#DA8898 (or 0xDA8898) is unknown color: approx Can Can. HEX triplet: DA, 88 and 98. RGB value is (218,136,152). Sum of RGB (Red+Green+Blue) = 218+136+152=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8898 is #257767. Grayscale: #A2A2A2. Windows color (decimal): -2455400 or 9996506. OLE color: 9996506.

HSL color Cylindrical-coordinate representation of color #DA8898: hue angle of 348.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8898 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218136152-
CMYK00.380.300.15
HSL348.29º52.56%69.41%-
HSV(B)348.29º37.61%85.49%-
XYZ43.3934.7834.13-
YUV162.34122.17167.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=43.08%
G=26.88%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813615200.380.300.15348.2952.5669.41
HexDA88980261EF15c3545
Octal332210230046361753465105
Binary11011010100010001001100001001101111011111010111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8898; }

 p { color: rgb(218,136,152); }

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

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

 a { background-color: rgb(218,136,152); }

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

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

 span { border-color: rgb(218,136,152); }

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