#DE878C

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

Shades of Carissma #DE878C

Tints of Carissma #DE878C

Color information

#DE878C (or 0xDE878C) is unknown color: approx Carissma. HEX triplet: DE, 87 and 8C. RGB value is (222,135,140). Sum of RGB (Red+Green+Blue) = 222+135+140=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DE878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE878C is #217873. Grayscale: #A1A1A1. Windows color (decimal): -2193524 or 9209822. OLE color: 9209822.

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

Color convert

RGB222135140-
CMYK00.390.370.13
HSL356.55º56.86%70%-
HSV(B)356.55º39.19%87.06%-
XYZ43.5234.7529.22-
YUV161.58115.82171.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.67%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 140 (55.08% from 255) = 28.17%
R=44.67%
G=27.16%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213514000.390.370.13356.5556.8670
HexDE878C02725D1653946
Octal336207214047451554571106
Binary110111101000011110001100010011110010111011011001011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE878C; }

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

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

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

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

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

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

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

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