#DE898A

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

Shades of Carissma #DE898A

Tints of Carissma #DE898A

Color information

#DE898A (or 0xDE898A) is unknown color: approx Carissma. HEX triplet: DE, 89 and 8A. RGB value is (222,137,138). Sum of RGB (Red+Green+Blue) = 222+137+138=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DE898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE898A is #217675. Grayscale: #A2A2A2. Windows color (decimal): -2193014 or 9079262. OLE color: 9079262.

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

Color convert

RGB222137138-
CMYK00.380.380.13
HSL359.29º56.29%70.39%-
HSV(B)359.29º38.29%87.06%-
XYZ43.6635.2628.55-
YUV162.53114.16170.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.67%
GREEN value IS 137 (53.91% from 255) = 27.57%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=44.67%
G=27.57%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213713800.380.380.13359.2956.2970.39
HexDE898A02626D1673846
Octal336211212046461554770106
Binary110111101000100110001010010011010011011011011001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE898A; }

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

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

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

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

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

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

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

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