#D98083

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

Shades of Charm #D98083

Tints of Charm #D98083

Color information

#D98083 (or 0xD98083) is unknown color: approx Charm. HEX triplet: D9, 80 and 83. RGB value is (217,128,131). Sum of RGB (Red+Green+Blue) = 217+128+131=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D98083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98083 is #267F7C. Grayscale: #9B9B9B. Windows color (decimal): -2523005 or 8618201. OLE color: 8618201.

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

Color convert

RGB217128131-
CMYK00.410.400.15
HSL357.98º53.94%67.65%-
HSV(B)357.98º41.01%85.1%-
XYZ40.4331.8325.49-
YUV154.95114.49172.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.59%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 131 (51.56% from 255) = 27.52%
R=45.59%
G=26.89%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712813100.410.400.15357.9853.9467.65
HexD9808302928F1663644
Octal331200203051501754666104
Binary110110011000000010000011010100110100011111011001101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98083; }

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

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

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

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

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

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

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

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