#DE8599

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

Shades of Carissma #DE8599

Tints of Carissma #DE8599

Color information

#DE8599 (or 0xDE8599) is unknown color: approx Carissma. HEX triplet: DE, 85 and 99. RGB value is (222,133,153). Sum of RGB (Red+Green+Blue) = 222+133+153=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8599 is #217A66. Grayscale: #A1A1A1. Windows color (decimal): -2194023 or 10061278. OLE color: 10061278.

HSL color Cylindrical-coordinate representation of color #DE8599: hue angle of 346.52º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE8599 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB222133153-
CMYK00.400.310.13
HSL346.52º57.42%69.61%-
HSV(B)346.52º40.09%87.06%-
XYZ44.2634.634.48-
YUV161.89122.99170.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=43.70%
G=26.18%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213315300.400.310.13346.5257.4269.61
HexDE85990281FD15b3946
Octal336205231050371553371106
Binary11011110100001011001100101010001111111011010110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8599; }

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

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

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

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

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

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

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

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