#DE828E

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

Shades of Carissma #DE828E

Tints of Carissma #DE828E

Color information

#DE828E (or 0xDE828E) is unknown color: approx Carissma. HEX triplet: DE, 82 and 8E. RGB value is (222,130,142). Sum of RGB (Red+Green+Blue) = 222+130+142=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE828E is #217D71. Grayscale: #9E9E9E. Windows color (decimal): -2194802 or 9339614. OLE color: 9339614.

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

Color convert

RGB222130142-
CMYK00.410.360.13
HSL352.17º58.23%69.02%-
HSV(B)352.17º41.44%87.06%-
XYZ42.9933.4529.78-
YUV158.88118.48173.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=44.94%
G=26.32%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213014200.410.360.13352.1758.2369.02
HexDE828E02924D1603a45
Octal336202216051441554072105
Binary110111101000001010001110010100110010011011011000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE828E; }

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

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

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

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

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

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

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

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