#DE819C

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

Shades of Carissma #DE819C

Tints of Carissma #DE819C

Color information

#DE819C (or 0xDE819C) is unknown color: approx Carissma. HEX triplet: DE, 81 and 9C. RGB value is (222,129,156). Sum of RGB (Red+Green+Blue) = 222+129+156=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE819C is #217E63. Grayscale: #9F9F9F. Windows color (decimal): -2195044 or 10256862. OLE color: 10256862.

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

Color convert

RGB222129156-
CMYK00.420.300.13
HSL342.58º58.49%68.82%-
HSV(B)342.58º41.89%87.06%-
XYZ43.9833.6335.63-
YUV159.88125.81172.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=43.79%
G=25.44%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212915600.420.300.13342.5858.4968.82
HexDE819C02A1ED1573a45
Octal336201234052361552772105
Binary11011110100000011001110001010101111011011010101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE819C; }

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

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

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

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

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

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

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

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