#DE868E

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

Shades of Carissma #DE868E

Tints of Carissma #DE868E

Color information

#DE868E (or 0xDE868E) is unknown color: approx Carissma. HEX triplet: DE, 86 and 8E. RGB value is (222,134,142). Sum of RGB (Red+Green+Blue) = 222+134+142=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE868E is #217971. Grayscale: #A1A1A1. Windows color (decimal): -2193778 or 9340638. OLE color: 9340638.

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

Color convert

RGB222134142-
CMYK00.400.360.13
HSL354.55º57.14%69.8%-
HSV(B)354.55º39.64%87.06%-
XYZ43.5334.5329.96-
YUV161.22117.15171.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.58%
GREEN value IS 134 (52.73% from 255) = 26.91%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=44.58%
G=26.91%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213414200.400.360.13354.5557.1469.8
HexDE868E02824D1633946
Octal336206216050441554371106
Binary110111101000011010001110010100010010011011011000111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE868E; }

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

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

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

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

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

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

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

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