#DE8099

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

Shades of Carissma #DE8099

Tints of Carissma #DE8099

Color information

#DE8099 (or 0xDE8099) is unknown color: approx Carissma. HEX triplet: DE, 80 and 99. RGB value is (222,128,153). Sum of RGB (Red+Green+Blue) = 222+128+153=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8099 is #217F66. Grayscale: #9E9E9E. Windows color (decimal): -2195303 or 10059998. OLE color: 10059998.

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

Color convert

RGB222128153-
CMYK00.420.310.13
HSL344.04º58.75%68.63%-
HSV(B)344.04º42.34%87.06%-
XYZ43.5933.2734.26-
YUV158.96124.64172.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=44.14%
G=25.45%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212815300.420.310.13344.0458.7568.63
HexDE809902A1FD1583b45
Octal336200231052371553073105
Binary11011110100000001001100101010101111111011010110001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8099; }

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

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

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

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

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

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

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

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