#D38FA5

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

Shades of Can Can #D38FA5

Tints of Can Can #D38FA5

Color information

#D38FA5 (or 0xD38FA5) is unknown color: approx Can Can. HEX triplet: D3, 8F and A5. RGB value is (211,143,165). Sum of RGB (Red+Green+Blue) = 211+143+165=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38FA5 is #2C705A. Grayscale: #A5A5A5. Windows color (decimal): -2912347 or 10850259. OLE color: 10850259.

HSL color Cylindrical-coordinate representation of color #D38FA5: hue angle of 340.59º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D38FA5 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB211143165-
CMYK00.320.220.17
HSL340.59º43.59%69.41%-
HSV(B)340.59º32.23%82.75%-
XYZ43.4836.2140.3-
YUV165.84127.53160.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.66%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 165 (64.84% from 255) = 31.79%
R=40.66%
G=27.55%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114316500.320.220.17340.5943.5969.41
HexD38FA502016111552c45
Octal323217245040262152554105
Binary110100111000111110100101010000010110100011010101011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38FA5; }

 p { color: rgb(211,143,165); }

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

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

 a { background-color: rgb(211,143,165); }

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

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

 span { border-color: rgb(211,143,165); }

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