#D98389

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

Shades of Carissma #D98389

Tints of Carissma #D98389

Color information

#D98389 (or 0xD98389) is unknown color: approx Carissma. HEX triplet: D9, 83 and 89. RGB value is (217,131,137). Sum of RGB (Red+Green+Blue) = 217+131+137=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D98389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98389 is #267C76. Grayscale: #9D9D9D. Windows color (decimal): -2522231 or 9012185. OLE color: 9012185.

HSL color Cylindrical-coordinate representation of color #D98389: hue angle of 355.81º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98389 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB217131137-
CMYK00.400.370.15
HSL355.81º53.09%68.24%-
HSV(B)355.81º39.63%85.1%-
XYZ41.2532.7927.82-
YUV157.4116.49170.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=44.74%
G=27.01%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713113700.400.370.15355.8153.0968.24
HexD9838902825F1643544
Octal331203211050451754465104
Binary110110011000001110001001010100010010111111011001001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98389; }

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

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

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

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

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

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

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

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