#DE8291

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

Shades of Carissma #DE8291

Tints of Carissma #DE8291

Color information

#DE8291 (or 0xDE8291) is unknown color: approx Carissma. HEX triplet: DE, 82 and 91. RGB value is (222,130,145). Sum of RGB (Red+Green+Blue) = 222+130+145=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8291 is #217D6E. Grayscale: #9F9F9F. Windows color (decimal): -2194799 or 9536222. OLE color: 9536222.

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

Color convert

RGB222130145-
CMYK00.410.350.13
HSL350.22º58.23%69.02%-
HSV(B)350.22º41.44%87.06%-
XYZ43.2233.5430.98-
YUV159.22119.98172.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.67%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=44.67%
G=26.16%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213014500.410.350.13350.2258.2369.02
HexDE829102923D15e3a45
Octal336202221051431553672105
Binary110111101000001010010001010100110001111011010111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8291; }

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

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

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

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

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

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

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

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