#D58598

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

Shades of Can Can #D58598

Tints of Can Can #D58598

Color information

#D58598 (or 0xD58598) is unknown color: approx Can Can. HEX triplet: D5, 85 and 98. RGB value is (213,133,152). Sum of RGB (Red+Green+Blue) = 213+133+152=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D58598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58598 is #2A7A67. Grayscale: #9F9F9F. Windows color (decimal): -2783848 or 9995733. OLE color: 9995733.

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

Color convert

RGB213133152-
CMYK00.380.290.16
HSL345.75º48.78%67.84%-
HSV(B)345.75º37.56%83.53%-
XYZ41.533.1933.92-
YUV159.09124166.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 152 (59.77% from 255) = 30.52%
R=42.77%
G=26.71%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313315200.380.290.16345.7548.7867.84
HexD585980261D1015a3144
Octal325205230046352053261104
Binary110101011000010110011000010011011101100001010110101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58598; }

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

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

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

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

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

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

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

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