#DE8199

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

Shades of Carissma #DE8199

Tints of Carissma #DE8199

Color information

#DE8199 (or 0xDE8199) is unknown color: approx Carissma. HEX triplet: DE, 81 and 99. RGB value is (222,129,153). Sum of RGB (Red+Green+Blue) = 222+129+153=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8199 is #217E66. Grayscale: #9F9F9F. Windows color (decimal): -2195047 or 10060254. OLE color: 10060254.

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

Color convert

RGB222129153-
CMYK00.420.310.13
HSL344.52º58.49%68.82%-
HSV(B)344.52º41.89%87.06%-
XYZ43.7233.5334.3-
YUV159.54124.31172.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 129 (50.78% from 255) = 25.60%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=44.05%
G=25.60%
B=30.36%

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
Decimal22212915300.420.310.13344.5258.4968.82
HexDE819902A1FD1593a45
Octal336201231052371553172105
Binary11011110100000011001100101010101111111011010110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8199; }

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

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

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

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

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

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

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

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