#D98A9E

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

Shades of Can Can #D98A9E

Tints of Can Can #D98A9E

Color information

#D98A9E (or 0xD98A9E) is unknown color: approx Can Can. HEX triplet: D9, 8A and 9E. RGB value is (217,138,158). Sum of RGB (Red+Green+Blue) = 217+138+158=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98A9E is #267561. Grayscale: #A3A3A3. Windows color (decimal): -2520418 or 10390233. OLE color: 10390233.

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

Color convert

RGB217138158-
CMYK00.360.270.15
HSL344.81º50.97%69.61%-
HSV(B)344.81º36.41%85.1%-
XYZ43.8835.436.87-
YUV163.9124.67165.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=42.30%
G=26.90%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713815800.360.270.15344.8150.9769.61
HexD98A9E0241BF1593346
Octal331212236044331753163106
Binary11011001100010101001111001001001101111111010110011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A9E; }

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

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

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

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

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

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

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

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