#DE82A1

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

Shades of Carissma #DE82A1

Tints of Carissma #DE82A1

Color information

#DE82A1 (or 0xDE82A1) is unknown color: approx Carissma. HEX triplet: DE, 82 and A1. RGB value is (222,130,161). Sum of RGB (Red+Green+Blue) = 222+130+161=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE82A1 is #217D5E. Grayscale: #A1A1A1. Windows color (decimal): -2194783 or 10584798. OLE color: 10584798.

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

Color convert

RGB222130161-
CMYK00.410.270.13
HSL339.78º58.23%69.02%-
HSV(B)339.78º41.44%87.06%-
XYZ44.5434.0737.95-
YUV161.04127.98171.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=43.27%
G=25.34%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213016100.410.270.13339.7858.2369.02
HexDE82A10291BD1543a45
Octal336202241051331552472105
Binary11011110100000101010000101010011101111011010101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82A1; }

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

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

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

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

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

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

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

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