#DA8598

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

Shades of Can Can #DA8598

Tints of Can Can #DA8598

Color information

#DA8598 (or 0xDA8598) is unknown color: approx Can Can. HEX triplet: DA, 85 and 98. RGB value is (218,133,152). Sum of RGB (Red+Green+Blue) = 218+133+152=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8598 is #257A67. Grayscale: #A0A0A0. Windows color (decimal): -2456168 or 9995738. OLE color: 9995738.

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

Color convert

RGB218133152-
CMYK00.390.300.15
HSL346.59º53.46%68.82%-
HSV(B)346.59º38.99%85.49%-
XYZ42.9733.9533.99-
YUV160.58123.16168.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=43.34%
G=26.44%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813315200.390.300.15346.5953.4668.82
HexDA85980271EF15b3545
Octal332205230047361753365105
Binary11011010100001011001100001001111111011111010110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8598; }

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

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

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

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

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

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

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

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