#DE898E

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

Shades of Carissma #DE898E

Tints of Carissma #DE898E

Color information

#DE898E (or 0xDE898E) is unknown color: approx Carissma. HEX triplet: DE, 89 and 8E. RGB value is (222,137,142). Sum of RGB (Red+Green+Blue) = 222+137+142=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE898E is #217671. Grayscale: #A3A3A3. Windows color (decimal): -2193010 or 9341406. OLE color: 9341406.

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

Color convert

RGB222137142-
CMYK00.380.360.13
HSL356.47º56.29%70.39%-
HSV(B)356.47º38.29%87.06%-
XYZ43.9535.3730.1-
YUV162.98116.16170.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 137 (53.91% from 255) = 27.35%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=44.31%
G=27.35%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213714200.380.360.13356.4756.2970.39
HexDE898E02624D1643846
Octal336211216046441554470106
Binary110111101000100110001110010011010010011011011001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE898E; }

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

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

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

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

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

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

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

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