#D58D93

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

Shades of Can Can #D58D93

Tints of Can Can #D58D93

Color information

#D58D93 (or 0xD58D93) is unknown color: approx Can Can. HEX triplet: D5, 8D and 93. RGB value is (213,141,147). Sum of RGB (Red+Green+Blue) = 213+141+147=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58D93 is #2A726C. Grayscale: #A3A3A3. Windows color (decimal): -2781805 or 9670101. OLE color: 9670101.

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

Color convert

RGB213141147-
CMYK00.340.310.16
HSL355º46.15%69.41%-
HSV(B)355º33.8%83.53%-
XYZ42.2335.332.19-
YUV163.21118.85163.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=42.51%
G=28.14%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314114700.340.310.1635546.1569.41
HexD58D930221F101632e45
Octal325215223042372054356105
Binary110101011000110110010011010001011111100001011000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D93; }

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

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

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

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

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

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

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

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