#D58893

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

Shades of Can Can #D58893

Tints of Can Can #D58893

Color information

#D58893 (or 0xD58893) is unknown color: approx Can Can. HEX triplet: D5, 88 and 93. RGB value is (213,136,147). Sum of RGB (Red+Green+Blue) = 213+136+147=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D58893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58893 is #2A776C. Grayscale: #A0A0A0. Windows color (decimal): -2783085 or 9668821. OLE color: 9668821.

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

Color convert

RGB213136147-
CMYK00.360.310.16
HSL351.43º47.83%68.43%-
HSV(B)351.43º36.15%83.53%-
XYZ41.5133.8631.95-
YUV160.28120.51165.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=42.94%
G=27.42%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313614700.360.310.16351.4347.8368.43
HexD588930241F1015f3044
Octal325210223044372053760104
Binary110101011000100010010011010010011111100001010111111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58893; }

 p { color: rgb(213,136,147); }

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

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

 a { background-color: rgb(213,136,147); }

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

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

 span { border-color: rgb(213,136,147); }

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