#DE8897

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

Shades of Carissma #DE8897

Tints of Carissma #DE8897

Color information

#DE8897 (or 0xDE8897) is unknown color: approx Carissma. HEX triplet: DE, 88 and 97. RGB value is (222,136,151). Sum of RGB (Red+Green+Blue) = 222+136+151=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8897 is #217768. Grayscale: #A3A3A3. Windows color (decimal): -2193257 or 9930974. OLE color: 9930974.

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

Color convert

RGB222136151-
CMYK00.390.320.13
HSL349.53º56.58%70.2%-
HSV(B)349.53º38.74%87.06%-
XYZ44.5135.3733.76-
YUV163.42120.99169.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=43.61%
G=26.72%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213615100.390.320.13349.5356.5870.2
HexDE889702720D15e3946
Octal336210227047401553671106
Binary110111101000100010010111010011110000011011010111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8897; }

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

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

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

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

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

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

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

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