#DE818C

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

Shades of Carissma #DE818C

Tints of Carissma #DE818C

Color information

#DE818C (or 0xDE818C) is unknown color: approx Carissma. HEX triplet: DE, 81 and 8C. RGB value is (222,129,140). Sum of RGB (Red+Green+Blue) = 222+129+140=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE818C is #217E73. Grayscale: #9E9E9E. Windows color (decimal): -2195060 or 9208286. OLE color: 9208286.

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

Color convert

RGB222129140-
CMYK00.420.370.13
HSL352.9º58.49%68.82%-
HSV(B)352.9º41.89%87.06%-
XYZ42.7133.1228.95-
YUV158.06117.81173.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=45.21%
G=26.27%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212914000.420.370.13352.958.4968.82
HexDE818C02A25D1613a45
Octal336201214052451554172105
Binary110111101000000110001100010101010010111011011000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE818C; }

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

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

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

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

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

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

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

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