#DE8995

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

Shades of Carissma #DE8995

Tints of Carissma #DE8995

Color information

#DE8995 (or 0xDE8995) is unknown color: approx Carissma. HEX triplet: DE, 89 and 95. RGB value is (222,137,149). Sum of RGB (Red+Green+Blue) = 222+137+149=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8995 is #21766A. Grayscale: #A3A3A3. Windows color (decimal): -2193003 or 9800158. OLE color: 9800158.

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

Color convert

RGB222137149-
CMYK00.380.330.13
HSL351.53º56.29%70.39%-
HSV(B)351.53º38.29%87.06%-
XYZ44.4935.5932.96-
YUV163.78119.66169.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 137 (53.91% from 255) = 26.97%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=43.70%
G=26.97%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213714900.380.330.13351.5356.2970.39
HexDE899502621D1603846
Octal336211225046411554070106
Binary110111101000100110010101010011010000111011011000001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8995; }

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

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

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

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

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

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

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

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