#DE828D

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

Shades of Carissma #DE828D

Tints of Carissma #DE828D

Color information

#DE828D (or 0xDE828D) is unknown color: approx Carissma. HEX triplet: DE, 82 and 8D. RGB value is (222,130,141). Sum of RGB (Red+Green+Blue) = 222+130+141=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE828D is #217D72. Grayscale: #9E9E9E. Windows color (decimal): -2194803 or 9274078. OLE color: 9274078.

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

Color convert

RGB222130141-
CMYK00.410.360.13
HSL352.83º58.23%69.02%-
HSV(B)352.83º41.44%87.06%-
XYZ42.9133.4229.39-
YUV158.76117.98173.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=45.03%
G=26.37%
B=28.60%

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
Decimal22213014100.410.360.13352.8358.2369.02
HexDE828D02924D1613a45
Octal336202215051441554172105
Binary110111101000001010001101010100110010011011011000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE828D; }

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

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

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

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

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

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

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

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