#D98085

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

Shades of Charm #D98085

Tints of Charm #D98085

Color information

#D98085 (or 0xD98085) is unknown color: approx Charm. HEX triplet: D9, 80 and 85. RGB value is (217,128,133). Sum of RGB (Red+Green+Blue) = 217+128+133=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D98085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98085 is #267F7A. Grayscale: #9B9B9B. Windows color (decimal): -2523003 or 8749273. OLE color: 8749273.

HSL color Cylindrical-coordinate representation of color #D98085: hue angle of 356.63º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98085 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB217128133-
CMYK00.410.390.15
HSL356.63º53.94%67.65%-
HSV(B)356.63º41.01%85.1%-
XYZ40.5731.8826.21-
YUV155.18115.49172.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=45.40%
G=26.78%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712813300.410.390.15356.6353.9467.65
HexD9808502927F1653644
Octal331200205051471754566104
Binary110110011000000010000101010100110011111111011001011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98085; }

 p { color: rgb(217,128,133); }

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

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

 a { background-color: rgb(217,128,133); }

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

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

 span { border-color: rgb(217,128,133); }

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