#DE828A

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

Shades of Carissma #DE828A

Tints of Carissma #DE828A

Color information

#DE828A (or 0xDE828A) is unknown color: approx Carissma. HEX triplet: DE, 82 and 8A. RGB value is (222,130,138). Sum of RGB (Red+Green+Blue) = 222+130+138=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DE828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE828A is #217D75. Grayscale: #9E9E9E. Windows color (decimal): -2194806 or 9077470. OLE color: 9077470.

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

Color convert

RGB222130138-
CMYK00.410.380.13
HSL354.78º58.23%69.02%-
HSV(B)354.78º41.44%87.06%-
XYZ42.6933.3328.23-
YUV158.42116.48173.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.31%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=45.31%
G=26.53%
B=28.16%

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
Decimal22213013800.410.380.13354.7858.2369.02
HexDE828A02926D1633a45
Octal336202212051461554372105
Binary110111101000001010001010010100110011011011011000111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE828A; }

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

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

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

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

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

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

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

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