#DE8299

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

Shades of Carissma #DE8299

Tints of Carissma #DE8299

Color information

#DE8299 (or 0xDE8299) is unknown color: approx Carissma. HEX triplet: DE, 82 and 99. RGB value is (222,130,153). Sum of RGB (Red+Green+Blue) = 222+130+153=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8299 is #217D66. Grayscale: #A0A0A0. Windows color (decimal): -2194791 or 10060510. OLE color: 10060510.

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

Color convert

RGB222130153-
CMYK00.410.310.13
HSL345º58.23%69.02%-
HSV(B)345º41.44%87.06%-
XYZ43.8633.7934.35-
YUV160.13123.98172.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 130 (51.17% from 255) = 25.74%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=43.96%
G=25.74%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213015300.410.310.1334558.2369.02
HexDE82990291FD1593a45
Octal336202231051371553172105
Binary11011110100000101001100101010011111111011010110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8299; }

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

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

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

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

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

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

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

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