#D58CA5

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

Shades of Can Can #D58CA5

Tints of Can Can #D58CA5

Color information

#D58CA5 (or 0xD58CA5) is unknown color: approx Can Can. HEX triplet: D5, 8C and A5. RGB value is (213,140,165). Sum of RGB (Red+Green+Blue) = 213+140+165=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CA5 is #2A735A. Grayscale: #A4A4A4. Windows color (decimal): -2782043 or 10849493. OLE color: 10849493.

HSL color Cylindrical-coordinate representation of color #D58CA5: hue angle of 339.45º 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 #D58CA5 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213140165-
CMYK00.340.230.16
HSL339.45º46.5%69.22%-
HSV(B)339.45º34.27%83.53%-
XYZ43.6135.6240.17-
YUV164.68128.18162.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 165 (64.84% from 255) = 31.85%
R=41.12%
G=27.03%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314016500.340.230.16339.4546.569.22
HexD58CA502217101532e45
Octal325214245042272052356105
Binary110101011000110010100101010001010111100001010100111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CA5; }

 p { color: rgb(213,140,165); }

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

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

 a { background-color: rgb(213,140,165); }

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

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

 span { border-color: rgb(213,140,165); }

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