#D58594

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

Shades of Can Can #D58594

Tints of Can Can #D58594

Color information

#D58594 (or 0xD58594) is unknown color: approx Can Can. HEX triplet: D5, 85 and 94. RGB value is (213,133,148). Sum of RGB (Red+Green+Blue) = 213+133+148=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D58594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58594 is #2A7A6B. Grayscale: #9E9E9E. Windows color (decimal): -2783852 or 9733589. OLE color: 9733589.

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

Color convert

RGB213133148-
CMYK00.380.310.16
HSL348.75º48.78%67.84%-
HSV(B)348.75º37.56%83.53%-
XYZ41.1733.0632.23-
YUV158.63122166.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=43.12%
G=26.92%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313314800.380.310.16348.7548.7867.84
HexD585940261F1015d3144
Octal325205224046372053561104
Binary110101011000010110010100010011011111100001010111011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58594; }

 p { color: rgb(213,133,148); }

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

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

 a { background-color: rgb(213,133,148); }

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

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

 span { border-color: rgb(213,133,148); }

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