#D385A1

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

Shades of Can Can #D385A1

Tints of Can Can #D385A1

Color information

#D385A1 (or 0xD385A1) is unknown color: approx Can Can. HEX triplet: D3, 85 and A1. RGB value is (211,133,161). Sum of RGB (Red+Green+Blue) = 211+133+161=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 211 - color contains mainly: red. Hex color #D385A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D385A1 is #2C7A5E. Grayscale: #9F9F9F. Windows color (decimal): -2914911 or 10585555. OLE color: 10585555.

HSL color Cylindrical-coordinate representation of color #D385A1: hue angle of 338.46º 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 #D385A1 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB211133161-
CMYK00.370.240.17
HSL338.46º46.99%67.45%-
HSV(B)338.46º36.97%82.75%-
XYZ41.6833.237.93-
YUV159.51128.84164.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.78%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=41.78%
G=26.34%
B=31.88%

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
Decimal21113316100.370.240.17338.4646.9967.45
HexD385A102518111522f43
Octal323205241045302152257103
Binary110100111000010110100001010010111000100011010100101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D385A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D385A1; }

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

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

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

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

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

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

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

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