#D98D9E

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

Shades of Can Can #D98D9E

Tints of Can Can #D98D9E

Color information

#D98D9E (or 0xD98D9E) is unknown color: approx Can Can. HEX triplet: D9, 8D and 9E. RGB value is (217,141,158). Sum of RGB (Red+Green+Blue) = 217+141+158=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D9E is #267261. Grayscale: #A5A5A5. Windows color (decimal): -2519650 or 10391001. OLE color: 10391001.

HSL color Cylindrical-coordinate representation of color #D98D9E: hue angle of 346.58º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98D9E is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217141158-
CMYK00.350.270.15
HSL346.58º50%70.2%-
HSV(B)346.58º35.02%85.1%-
XYZ44.3136.2737.01-
YUV165.66123.68164.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 158 (62.11% from 255) = 30.62%
R=42.05%
G=27.33%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714115800.350.270.15346.585070.2
HexD98D9E0231BF15b3246
Octal331215236043331753362106
Binary11011001100011011001111001000111101111111010110111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D9E; }

 p { color: rgb(217,141,158); }

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

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

 a { background-color: rgb(217,141,158); }

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

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

 span { border-color: rgb(217,141,158); }

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