#D5898F

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

Shades of Can Can #D5898F

Tints of Can Can #D5898F

Color information

#D5898F (or 0xD5898F) is unknown color: approx Can Can. HEX triplet: D5, 89 and 8F. RGB value is (213,137,143). Sum of RGB (Red+Green+Blue) = 213+137+143=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5898F is #2A7670. Grayscale: #A0A0A0. Windows color (decimal): -2782833 or 9406933. OLE color: 9406933.

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

Color convert

RGB213137143-
CMYK00.360.330.16
HSL355.26º47.5%68.63%-
HSV(B)355.26º35.68%83.53%-
XYZ41.3434.0230.37-
YUV160.41118.18165.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=43.20%
G=27.79%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313714300.360.330.16355.2647.568.63
HexD5898F02421101633045
Octal325211217044412054360105
Binary1101010110001001100011110100100100001100001011000111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5898F; }

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

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

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

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

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

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

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

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