#D2839F

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

Shades of Can Can #D2839F

Tints of Can Can #D2839F

Color information

#D2839F (or 0xD2839F) is unknown color: approx Can Can. HEX triplet: D2, 83 and 9F. RGB value is (210,131,159). Sum of RGB (Red+Green+Blue) = 210+131+159=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2839F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2839F is #2D7C60. Grayscale: #9D9D9D. Windows color (decimal): -2980961 or 10453970. OLE color: 10453970.

HSL color Cylindrical-coordinate representation of color #D2839F: hue angle of 338.73º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2839F is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB210131159-
CMYK00.380.240.18
HSL338.73º46.75%66.86%-
HSV(B)338.73º37.62%82.35%-
XYZ40.9532.4436.9-
YUV157.81128.67165.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 159 (62.5% from 255) = 31.8%
R=42%
G=26.2%
B=31.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013115900.380.240.18338.7346.7566.86
HexD2839F02618121532f43
Octal322203237046302252357103
Binary110100101000001110011111010011011000100101010100111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2839F; }

 p { color: rgb(210,131,159); }

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

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

 a { background-color: rgb(210,131,159); }

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

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

 span { border-color: rgb(210,131,159); }

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