#D58F97

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

Shades of Can Can #D58F97

Tints of Can Can #D58F97

Color information

#D58F97 (or 0xD58F97) is unknown color: approx Can Can. HEX triplet: D5, 8F and 97. RGB value is (213,143,151). Sum of RGB (Red+Green+Blue) = 213+143+151=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58F97 is #2A7068. Grayscale: #A4A4A4. Windows color (decimal): -2781289 or 9932757. OLE color: 9932757.

HSL color Cylindrical-coordinate representation of color #D58F97: hue angle of 353.14º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58F97 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB213143151-
CMYK00.330.290.16
HSL353.14º45.45%69.8%-
HSV(B)353.14º32.86%83.53%-
XYZ42.8536.0333.97-
YUV164.84120.19162.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 143 (56.25% from 255) = 28.21%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=42.01%
G=28.21%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314315100.330.290.16353.1445.4569.8
HexD58F970211D101612d46
Octal325217227041352054155106
Binary110101011000111110010111010000111101100001011000011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F97; }

 p { color: rgb(213,143,151); }

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

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

 a { background-color: rgb(213,143,151); }

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

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

 span { border-color: rgb(213,143,151); }

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