#DE878E

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

Shades of Carissma #DE878E

Tints of Carissma #DE878E

Color information

#DE878E (or 0xDE878E) is unknown color: approx Carissma. HEX triplet: DE, 87 and 8E. RGB value is (222,135,142). Sum of RGB (Red+Green+Blue) = 222+135+142=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE878E is #217871. Grayscale: #A1A1A1. Windows color (decimal): -2193522 or 9340894. OLE color: 9340894.

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

Color convert

RGB222135142-
CMYK00.390.360.13
HSL355.17º56.86%70%-
HSV(B)355.17º39.19%87.06%-
XYZ43.6734.8130.01-
YUV161.81116.82170.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 135 (53.12% from 255) = 27.05%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=44.49%
G=27.05%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213514200.390.360.13355.1756.8670
HexDE878E02724D1633946
Octal336207216047441554371106
Binary110111101000011110001110010011110010011011011000111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE878E; }

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

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

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

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

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

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

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

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