#DE818A

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

Shades of Carissma #DE818A

Tints of Carissma #DE818A

Color information

#DE818A (or 0xDE818A) is unknown color: approx Carissma. HEX triplet: DE, 81 and 8A. RGB value is (222,129,138). Sum of RGB (Red+Green+Blue) = 222+129+138=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE818A is #217E75. Grayscale: #9D9D9D. Windows color (decimal): -2195062 or 9077214. OLE color: 9077214.

HSL color Cylindrical-coordinate representation of color #DE818A: hue angle of 354.19º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE818A is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB222129138-
CMYK00.420.380.13
HSL354.19º58.49%68.82%-
HSV(B)354.19º41.89%87.06%-
XYZ42.5633.0728.18-
YUV157.83116.81173.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.40%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=45.40%
G=26.38%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212913800.420.380.13354.1958.4968.82
HexDE818A02A26D1623a45
Octal336201212052461554272105
Binary110111101000000110001010010101010011011011011000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE818A; }

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

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

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

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

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

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

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

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