#DE868A

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

Shades of Carissma #DE868A

Tints of Carissma #DE868A

Color information

#DE868A (or 0xDE868A) is unknown color: approx Carissma. HEX triplet: DE, 86 and 8A. RGB value is (222,134,138). Sum of RGB (Red+Green+Blue) = 222+134+138=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE868A is #217975. Grayscale: #A0A0A0. Windows color (decimal): -2193782 or 9078494. OLE color: 9078494.

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

Color convert

RGB222134138-
CMYK00.400.380.13
HSL357.27º57.14%69.8%-
HSV(B)357.27º39.64%87.06%-
XYZ43.2434.4128.41-
YUV160.77115.15171.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=44.94%
G=27.13%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213413800.400.380.13357.2757.1469.8
HexDE868A02826D1653946
Octal336206212050461554571106
Binary110111101000011010001010010100010011011011011001011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE868A; }

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

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

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

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

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

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

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

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