#DE8999

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

Shades of Carissma #DE8999

Tints of Carissma #DE8999

Color information

#DE8999 (or 0xDE8999) is unknown color: approx Carissma. HEX triplet: DE, 89 and 99. RGB value is (222,137,153). Sum of RGB (Red+Green+Blue) = 222+137+153=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8999 is #217666. Grayscale: #A4A4A4. Windows color (decimal): -2192999 or 10062302. OLE color: 10062302.

HSL color Cylindrical-coordinate representation of color #DE8999: hue angle of 348.71º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8999 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB222137153-
CMYK00.380.310.13
HSL348.71º56.29%70.39%-
HSV(B)348.71º38.29%87.06%-
XYZ44.8235.7234.67-
YUV164.24121.66169.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.36%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=43.36%
G=26.76%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213715300.380.310.13348.7156.2970.39
HexDE89990261FD15d3846
Octal336211231046371553570106
Binary11011110100010011001100101001101111111011010111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8999; }

 p { color: rgb(222,137,153); }

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

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

 a { background-color: rgb(222,137,153); }

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

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

 span { border-color: rgb(222,137,153); }

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