#D385A0

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

Shades of Can Can #D385A0

Tints of Can Can #D385A0

Color information

#D385A0 (or 0xD385A0) is unknown color: approx Can Can. HEX triplet: D3, 85 and A0. RGB value is (211,133,160). Sum of RGB (Red+Green+Blue) = 211+133+160=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D385A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D385A0 is #2C7A5F. Grayscale: #9F9F9F. Windows color (decimal): -2914912 or 10520019. OLE color: 10520019.

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

Color convert

RGB211133160-
CMYK00.370.240.17
HSL339.23º46.99%67.45%-
HSV(B)339.23º36.97%82.75%-
XYZ41.633.1637.47-
YUV159.4128.34164.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.87%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=41.87%
G=26.39%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113316000.370.240.17339.2346.9967.45
HexD385A002518111532f43
Octal323205240045302152357103
Binary110100111000010110100000010010111000100011010100111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D385A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D385A0; }

 p { color: rgb(211,133,160); }

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

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

 a { background-color: rgb(211,133,160); }

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

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

 span { border-color: rgb(211,133,160); }

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