#DE8687

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

Shades of Carissma #DE8687

Tints of Carissma #DE8687

Color information

#DE8687 (or 0xDE8687) is unknown color: approx Carissma. HEX triplet: DE, 86 and 87. RGB value is (222,134,135). Sum of RGB (Red+Green+Blue) = 222+134+135=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8687 is #217978. Grayscale: #A0A0A0. Windows color (decimal): -2193785 or 8881886. OLE color: 8881886.

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

Color convert

RGB222134135-
CMYK00.400.390.13
HSL359.32º57.14%69.8%-
HSV(B)359.32º39.64%87.06%-
XYZ43.0234.3327.28-
YUV160.43113.65171.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 135 (53.12% from 255) = 27.49%
R=45.21%
G=27.29%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213413500.400.390.13359.3257.1469.8
HexDE868702827D1673946
Octal336206207050471554771106
Binary110111101000011010000111010100010011111011011001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8687; }

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

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

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

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

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

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

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

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