#D58990

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

Shades of Can Can #D58990

Tints of Can Can #D58990

Color information

#D58990 (or 0xD58990) is unknown color: approx Can Can. HEX triplet: D5, 89 and 90. RGB value is (213,137,144). Sum of RGB (Red+Green+Blue) = 213+137+144=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D58990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58990 is #2A766F. Grayscale: #A0A0A0. Windows color (decimal): -2782832 or 9472469. OLE color: 9472469.

HSL color Cylindrical-coordinate representation of color #D58990: hue angle of 354.47º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58990 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB213137144-
CMYK00.360.320.16
HSL354.47º47.5%68.63%-
HSV(B)354.47º35.68%83.53%-
XYZ41.4234.0530.77-
YUV160.52118.68165.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=43.12%
G=27.73%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313714400.360.320.16354.4747.568.63
HexD5899002420101623045
Octal325211220044402054260105
Binary1101010110001001100100000100100100000100001011000101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58990; }

 p { color: rgb(213,137,144); }

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

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

 a { background-color: rgb(213,137,144); }

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

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

 span { border-color: rgb(213,137,144); }

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