#DE7E86

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

Shades of Carissma #DE7E86

Tints of Carissma #DE7E86

Color information

#DE7E86 (or 0xDE7E86) is unknown color: approx Carissma. HEX triplet: DE, 7E and 86. RGB value is (222,126,134). Sum of RGB (Red+Green+Blue) = 222+126+134=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7E86 is #218179. Grayscale: #9B9B9B. Windows color (decimal): -2195834 or 8814302. OLE color: 8814302.

HSL color Cylindrical-coordinate representation of color #DE7E86: hue angle of 355º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7E86 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222126134-
CMYK00.430.400.13
HSL355º59.26%68.24%-
HSV(B)355º43.24%87.06%-
XYZ41.8932.1726.56-
YUV155.62115.8175.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.06%
GREEN value IS 126 (49.61% from 255) = 26.14%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=46.06%
G=26.14%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212613400.430.400.1335559.2668.24
HexDE7E8602B28D1633b44
Octal336176206053501554373104
Binary11011110111111010000110010101110100011011011000111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7E86; }

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

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

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

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

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

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

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

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