#D2898F

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

Shades of Can Can #D2898F

Tints of Can Can #D2898F

Color information

#D2898F (or 0xD2898F) is unknown color: approx Can Can. HEX triplet: D2, 89 and 8F. RGB value is (210,137,143). Sum of RGB (Red+Green+Blue) = 210+137+143=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2898F is #2D7670. Grayscale: #9F9F9F. Windows color (decimal): -2979441 or 9406930. OLE color: 9406930.

HSL color Cylindrical-coordinate representation of color #D2898F: hue angle of 355.07º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2898F is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB210137143-
CMYK00.350.320.18
HSL355.07º44.79%68.04%-
HSV(B)355.07º34.76%82.35%-
XYZ40.4833.5830.33-
YUV159.51118.68164.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.86%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=42.86%
G=27.96%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013714300.350.320.18355.0744.7968.04
HexD2898F02320121632d44
Octal322211217043402254355104
Binary1101001010001001100011110100011100000100101011000111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2898F; }

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

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

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

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

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

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

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

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