#DE8089

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

Shades of Carissma #DE8089

Tints of Carissma #DE8089

Color information

#DE8089 (or 0xDE8089) is unknown color: approx Carissma. HEX triplet: DE, 80 and 89. RGB value is (222,128,137). Sum of RGB (Red+Green+Blue) = 222+128+137=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8089 is #217F76. Grayscale: #9D9D9D. Windows color (decimal): -2195319 or 9011422. OLE color: 9011422.

HSL color Cylindrical-coordinate representation of color #DE8089: hue angle of 354.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE8089 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB222128137-
CMYK00.420.380.13
HSL354.26º58.75%68.63%-
HSV(B)354.26º42.34%87.06%-
XYZ42.3632.7727.76-
YUV157.13116.64174.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.59%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=45.59%
G=26.28%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212813700.420.380.13354.2658.7568.63
HexDE808902A26D1623b45
Octal336200211052461554273105
Binary110111101000000010001001010101010011011011011000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8089; }

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

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

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

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

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

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

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

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