#D58CA3

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

Shades of Can Can #D58CA3

Tints of Can Can #D58CA3

Color information

#D58CA3 (or 0xD58CA3) is unknown color: approx Can Can. HEX triplet: D5, 8C and A3. RGB value is (213,140,163). Sum of RGB (Red+Green+Blue) = 213+140+163=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CA3 is #2A735C. Grayscale: #A4A4A4. Windows color (decimal): -2782045 or 10718421. OLE color: 10718421.

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

Color convert

RGB213140163-
CMYK00.340.230.16
HSL341.1º46.5%69.22%-
HSV(B)341.1º34.27%83.53%-
XYZ43.4335.5539.22-
YUV164.45127.18162.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 140 (55.08% from 255) = 27.13%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=41.28%
G=27.13%
B=31.59%

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
Decimal21314016300.340.230.16341.146.569.22
HexD58CA302217101552e45
Octal325214243042272052556105
Binary110101011000110010100011010001010111100001010101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CA3; }

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

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

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

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

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

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

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

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