#DE859C

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

Shades of Carissma #DE859C

Tints of Carissma #DE859C

Color information

#DE859C (or 0xDE859C) is unknown color: approx Carissma. HEX triplet: DE, 85 and 9C. RGB value is (222,133,156). Sum of RGB (Red+Green+Blue) = 222+133+156=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE859C is #217A63. Grayscale: #A2A2A2. Windows color (decimal): -2194020 or 10257886. OLE color: 10257886.

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

Color convert

RGB222133156-
CMYK00.400.300.13
HSL344.49º57.42%69.61%-
HSV(B)344.49º40.09%87.06%-
XYZ44.5134.735.81-
YUV162.23124.49170.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.44%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=43.44%
G=26.03%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213315600.400.300.13344.4957.4269.61
HexDE859C0281ED1583946
Octal336205234050361553071106
Binary11011110100001011001110001010001111011011010110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE859C; }

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

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

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

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

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

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

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

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