#DE898C

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

Shades of Carissma #DE898C

Tints of Carissma #DE898C

Color information

#DE898C (or 0xDE898C) is unknown color: approx Carissma. HEX triplet: DE, 89 and 8C. RGB value is (222,137,140). Sum of RGB (Red+Green+Blue) = 222+137+140=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE898C is #217673. Grayscale: #A2A2A2. Windows color (decimal): -2193012 or 9210334. OLE color: 9210334.

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

Color convert

RGB222137140-
CMYK00.380.370.13
HSL357.88º56.29%70.39%-
HSV(B)357.88º38.29%87.06%-
XYZ43.835.3129.32-
YUV162.76115.16170.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 137 (53.91% from 255) = 27.45%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=44.49%
G=27.45%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213714000.380.370.13357.8856.2970.39
HexDE898C02625D1663846
Octal336211214046451554670106
Binary110111101000100110001100010011010010111011011001101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE898C; }

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

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

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

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

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

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

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

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