#DE8289

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

Shades of Carissma #DE8289

Tints of Carissma #DE8289

Color information

#DE8289 (or 0xDE8289) is unknown color: approx Carissma. HEX triplet: DE, 82 and 89. RGB value is (222,130,137). Sum of RGB (Red+Green+Blue) = 222+130+137=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8289 is #217D76. Grayscale: #9E9E9E. Windows color (decimal): -2194807 or 9011934. OLE color: 9011934.

HSL color Cylindrical-coordinate representation of color #DE8289: hue angle of 355.43º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE8289 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB222130137-
CMYK00.410.380.13
HSL355.43º58.23%69.02%-
HSV(B)355.43º41.44%87.06%-
XYZ42.6233.327.85-
YUV158.31115.98173.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.40%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 137 (53.91% from 255) = 28.02%
R=45.40%
G=26.58%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213013700.410.380.13355.4358.2369.02
HexDE828902926D1633a45
Octal336202211051461554372105
Binary110111101000001010001001010100110011011011011000111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8289; }

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

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

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

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

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

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

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

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