#DE8699

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

Shades of Carissma #DE8699

Tints of Carissma #DE8699

Color information

#DE8699 (or 0xDE8699) is unknown color: approx Carissma. HEX triplet: DE, 86 and 99. RGB value is (222,134,153). Sum of RGB (Red+Green+Blue) = 222+134+153=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8699 is #217966. Grayscale: #A2A2A2. Windows color (decimal): -2193767 or 10061534. OLE color: 10061534.

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

Color convert

RGB222134153-
CMYK00.400.310.13
HSL347.05º57.14%69.8%-
HSV(B)347.05º39.64%87.06%-
XYZ44.434.8834.53-
YUV162.48122.65170.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=43.61%
G=26.33%
B=30.06%

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
Decimal22213415300.400.310.13347.0557.1469.8
HexDE86990281FD15b3946
Octal336206231050371553371106
Binary11011110100001101001100101010001111111011010110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8699; }

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

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

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

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

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

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

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

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