#DE8E97

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

Shades of Carissma #DE8E97

Tints of Carissma #DE8E97

Color information

#DE8E97 (or 0xDE8E97) is unknown color: approx Carissma. HEX triplet: DE, 8E and 97. RGB value is (222,142,151). Sum of RGB (Red+Green+Blue) = 222+142+151=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8E97 is #217168. Grayscale: #A6A6A6. Windows color (decimal): -2191721 or 9932510. OLE color: 9932510.

HSL color Cylindrical-coordinate representation of color #DE8E97: hue angle of 353.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8E97 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222142151-
CMYK00.360.320.13
HSL353.25º54.79%71.37%-
HSV(B)353.25º36.04%87.06%-
XYZ45.3837.1134.05-
YUV166.95119167.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=43.11%
G=27.57%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214215100.360.320.13353.2554.7971.37
HexDE8E9702420D1613747
Octal336216227044401554167107
Binary110111101000111010010111010010010000011011011000011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8E97; }

 p { color: rgb(222,142,151); }

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

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

 a { background-color: rgb(222,142,151); }

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

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

 span { border-color: rgb(222,142,151); }

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