#D98F9B

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

Shades of Can Can #D98F9B

Tints of Can Can #D98F9B

Color information

#D98F9B (or 0xD98F9B) is unknown color: approx Can Can. HEX triplet: D9, 8F and 9B. RGB value is (217,143,155). Sum of RGB (Red+Green+Blue) = 217+143+155=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98F9B is #267064. Grayscale: #A6A6A6. Windows color (decimal): -2519141 or 10194905. OLE color: 10194905.

HSL color Cylindrical-coordinate representation of color #D98F9B: hue angle of 350.27º 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 #D98F9B is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217143155-
CMYK00.340.290.15
HSL350.27º49.33%70.59%-
HSV(B)350.27º34.1%85.1%-
XYZ44.3536.7635.77-
YUV166.49121.52164.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=42.14%
G=27.77%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714315500.340.290.15350.2749.3370.59
HexD98F9B0221DF15e3147
Octal331217233042351753661107
Binary11011001100011111001101101000101110111111010111101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98F9B; }

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

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

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

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

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

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

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

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