#DE82A0

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

Shades of Carissma #DE82A0

Tints of Carissma #DE82A0

Color information

#DE82A0 (or 0xDE82A0) is unknown color: approx Carissma. HEX triplet: DE, 82 and A0. RGB value is (222,130,160). Sum of RGB (Red+Green+Blue) = 222+130+160=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE82A0 is #217D5F. Grayscale: #A0A0A0. Windows color (decimal): -2194784 or 10519262. OLE color: 10519262.

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

Color convert

RGB222130160-
CMYK00.410.280.13
HSL340.43º58.23%69.02%-
HSV(B)340.43º41.44%87.06%-
XYZ44.4534.0337.48-
YUV160.93127.48171.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.36%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=43.36%
G=25.39%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213016000.410.280.13340.4358.2369.02
HexDE82A00291CD1543a45
Octal336202240051341552472105
Binary11011110100000101010000001010011110011011010101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82A0; }

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

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

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

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

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

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

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

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