#D98F9F

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

Shades of Can Can #D98F9F

Tints of Can Can #D98F9F

Color information

#D98F9F (or 0xD98F9F) is unknown color: approx Can Can. HEX triplet: D9, 8F and 9F. RGB value is (217,143,159). Sum of RGB (Red+Green+Blue) = 217+143+159=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98F9F is #267060. Grayscale: #A6A6A6. Windows color (decimal): -2519137 or 10457049. OLE color: 10457049.

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

Color convert

RGB217143159-
CMYK00.340.270.15
HSL347.03º49.33%70.59%-
HSV(B)347.03º34.1%85.1%-
XYZ44.736.937.57-
YUV166.95123.52163.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.81%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=41.81%
G=27.55%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714315900.340.270.15347.0349.3370.59
HexD98F9F0221BF15b3147
Octal331217237042331753361107
Binary11011001100011111001111101000101101111111010110111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98F9F; }

 p { color: rgb(217,143,159); }

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

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

 a { background-color: rgb(217,143,159); }

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

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

 span { border-color: rgb(217,143,159); }

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