#DE8795

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

Shades of Carissma #DE8795

Tints of Carissma #DE8795

Color information

#DE8795 (or 0xDE8795) is unknown color: approx Carissma. HEX triplet: DE, 87 and 95. RGB value is (222,135,149). Sum of RGB (Red+Green+Blue) = 222+135+149=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8795 is #21786A. Grayscale: #A2A2A2. Windows color (decimal): -2193515 or 9799646. OLE color: 9799646.

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

Color convert

RGB222135149-
CMYK00.390.330.13
HSL350.34º56.86%70%-
HSV(B)350.34º39.19%87.06%-
XYZ44.2135.0332.86-
YUV162.61120.32170.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=43.87%
G=26.68%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213514900.390.330.13350.3456.8670
HexDE879502721D15e3946
Octal336207225047411553671106
Binary110111101000011110010101010011110000111011010111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8795; }

 p { color: rgb(222,135,149); }

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

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

 a { background-color: rgb(222,135,149); }

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

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

 span { border-color: rgb(222,135,149); }

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