#D98394

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

Shades of Carissma #D98394

Tints of Carissma #D98394

Color information

#D98394 (or 0xD98394) is unknown color: approx Carissma. HEX triplet: D9, 83 and 94. RGB value is (217,131,148). Sum of RGB (Red+Green+Blue) = 217+131+148=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D98394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98394 is #267C6B. Grayscale: #9E9E9E. Windows color (decimal): -2522220 or 9733081. OLE color: 9733081.

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

Color convert

RGB217131148-
CMYK00.400.320.15
HSL348.14º53.09%68.24%-
HSV(B)348.14º39.63%85.1%-
XYZ42.0833.1232.19-
YUV158.65121.99169.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=43.75%
G=26.41%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713114800.400.320.15348.1453.0968.24
HexD9839402820F15c3544
Octal331203224050401753465104
Binary110110011000001110010100010100010000011111010111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98394; }

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

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

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

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

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

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

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

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