#D98391

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

Shades of Carissma #D98391

Tints of Carissma #D98391

Color information

#D98391 (or 0xD98391) is unknown color: approx Carissma. HEX triplet: D9, 83 and 91. RGB value is (217,131,145). Sum of RGB (Red+Green+Blue) = 217+131+145=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D98391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98391 is #267C6E. Grayscale: #9E9E9E. Windows color (decimal): -2522223 or 9536473. OLE color: 9536473.

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

Color convert

RGB217131145-
CMYK00.400.330.15
HSL350.23º53.09%68.24%-
HSV(B)350.23º39.63%85.1%-
XYZ41.8433.0330.96-
YUV158.31120.49169.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 145 (57.03% from 255) = 29.41%
R=44.02%
G=26.57%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713114500.400.330.15350.2353.0968.24
HexD9839102821F15e3544
Octal331203221050411753665104
Binary110110011000001110010001010100010000111111010111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98391; }

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

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

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

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

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

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

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

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