#D58D98

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

Shades of Can Can #D58D98

Tints of Can Can #D58D98

Color information

#D58D98 (or 0xD58D98) is unknown color: approx Can Can. HEX triplet: D5, 8D and 98. RGB value is (213,141,152). Sum of RGB (Red+Green+Blue) = 213+141+152=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58D98 is #2A7267. Grayscale: #A3A3A3. Windows color (decimal): -2781800 or 9997781. OLE color: 9997781.

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

Color convert

RGB213141152-
CMYK00.340.290.16
HSL350.83º46.15%69.41%-
HSV(B)350.83º33.8%83.53%-
XYZ42.6335.4634.3-
YUV163.78121.35163.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.09%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=42.09%
G=27.87%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314115200.340.290.16350.8346.1569.41
HexD58D980221D1015f2e45
Octal325215230042352053756105
Binary110101011000110110011000010001011101100001010111111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D98; }

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

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

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

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

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

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

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

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