#DA8E90

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

Shades of Can Can #DA8E90

Tints of Can Can #DA8E90

Color information

#DA8E90 (or 0xDA8E90) is unknown color: approx Can Can. HEX triplet: DA, 8E and 90. RGB value is (218,142,144). Sum of RGB (Red+Green+Blue) = 218+142+144=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8E90 is #25716F. Grayscale: #A5A5A5. Windows color (decimal): -2453872 or 9473754. OLE color: 9473754.

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

Color convert

RGB218142144-
CMYK00.350.340.15
HSL358.42º50.67%70.59%-
HSV(B)358.42º34.86%85.49%-
XYZ43.6236.2731.09-
YUV164.95116.18165.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=43.25%
G=28.17%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814214400.350.340.15358.4250.6770.59
HexDA8E9002322F1663347
Octal332216220043421754663107
Binary110110101000111010010000010001110001011111011001101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E90; }

 p { color: rgb(218,142,144); }

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

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

 a { background-color: rgb(218,142,144); }

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

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

 span { border-color: rgb(218,142,144); }

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