#DE879C

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

Shades of Carissma #DE879C

Tints of Carissma #DE879C

Color information

#DE879C (or 0xDE879C) is unknown color: approx Carissma. HEX triplet: DE, 87 and 9C. RGB value is (222,135,156). Sum of RGB (Red+Green+Blue) = 222+135+156=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE879C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE879C is #217863. Grayscale: #A3A3A3. Windows color (decimal): -2193508 or 10258398. OLE color: 10258398.

HSL color Cylindrical-coordinate representation of color #DE879C: hue angle of 345.52º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE879C is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222135156-
CMYK00.390.300.13
HSL345.52º56.86%70%-
HSV(B)345.52º39.19%87.06%-
XYZ44.7935.2635.9-
YUV163.41123.82169.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=43.27%
G=26.32%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213515600.390.300.13345.5256.8670
HexDE879C0271ED15a3946
Octal336207234047361553271106
Binary11011110100001111001110001001111111011011010110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE879C; }

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

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

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

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

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

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

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

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