#D38993

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

Shades of Can Can #D38993

Tints of Can Can #D38993

Color information

#D38993 (or 0xD38993) is unknown color: approx Can Can. HEX triplet: D3, 89 and 93. RGB value is (211,137,147). Sum of RGB (Red+Green+Blue) = 211+137+147=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D38993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38993 is #2C766C. Grayscale: #A0A0A0. Windows color (decimal): -2913901 or 9669075. OLE color: 9669075.

HSL color Cylindrical-coordinate representation of color #D38993: hue angle of 351.89º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38993 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB211137147-
CMYK00.350.300.17
HSL351.89º45.68%68.24%-
HSV(B)351.89º35.07%82.75%-
XYZ41.0833.8531.97-
YUV160.27120.52164.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.63%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=42.63%
G=27.68%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113714700.350.300.17351.8945.6868.24
HexD389930231E111602e44
Octal323211223043362154056104
Binary110100111000100110010011010001111110100011011000001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38993; }

 p { color: rgb(211,137,147); }

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

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

 a { background-color: rgb(211,137,147); }

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

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

 span { border-color: rgb(211,137,147); }

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