#DE829A

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

Shades of Carissma #DE829A

Tints of Carissma #DE829A

Color information

#DE829A (or 0xDE829A) is unknown color: approx Carissma. HEX triplet: DE, 82 and 9A. RGB value is (222,130,154). Sum of RGB (Red+Green+Blue) = 222+130+154=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE829A is #217D65. Grayscale: #A0A0A0. Windows color (decimal): -2194790 or 10126046. OLE color: 10126046.

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

Color convert

RGB222130154-
CMYK00.410.310.13
HSL344.35º58.23%69.02%-
HSV(B)344.35º41.44%87.06%-
XYZ43.9433.8334.79-
YUV160.24124.48172.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=43.87%
G=25.69%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213015400.410.310.13344.3558.2369.02
HexDE829A0291FD1583a45
Octal336202232051371553072105
Binary11011110100000101001101001010011111111011010110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE829A; }

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

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

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

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

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

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

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

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