#D58D9E

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

Shades of Can Can #D58D9E

Tints of Can Can #D58D9E

Color information

#D58D9E (or 0xD58D9E) is unknown color: approx Can Can. HEX triplet: D5, 8D and 9E. RGB value is (213,141,158). Sum of RGB (Red+Green+Blue) = 213+141+158=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58D9E is #2A7261. Grayscale: #A4A4A4. Windows color (decimal): -2781794 or 10390997. OLE color: 10390997.

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

Color convert

RGB213141158-
CMYK00.340.260.16
HSL345.83º46.15%69.41%-
HSV(B)345.83º33.8%83.53%-
XYZ43.1435.6636.96-
YUV164.47124.35162.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.60%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=41.60%
G=27.54%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314115800.340.260.16345.8346.1569.41
HexD58D9E0221A1015a2e45
Octal325215236042322053256105
Binary110101011000110110011110010001011010100001010110101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D9E; }

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

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

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

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

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

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

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

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