#DE8689

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

Shades of Carissma #DE8689

Tints of Carissma #DE8689

Color information

#DE8689 (or 0xDE8689) is unknown color: approx Carissma. HEX triplet: DE, 86 and 89. RGB value is (222,134,137). Sum of RGB (Red+Green+Blue) = 222+134+137=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8689 is #217976. Grayscale: #A0A0A0. Windows color (decimal): -2193783 or 9012958. OLE color: 9012958.

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

Color convert

RGB222134137-
CMYK00.400.380.13
HSL357.95º57.14%69.8%-
HSV(B)357.95º39.64%87.06%-
XYZ43.1634.3928.03-
YUV160.65114.65171.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 137 (53.91% from 255) = 27.79%
R=45.03%
G=27.18%
B=27.79%

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
Decimal22213413700.400.380.13357.9557.1469.8
HexDE868902826D1663946
Octal336206211050461554671106
Binary110111101000011010001001010100010011011011011001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8689; }

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

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

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

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

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

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

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

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