#DE859A

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

Shades of Carissma #DE859A

Tints of Carissma #DE859A

Color information

#DE859A (or 0xDE859A) is unknown color: approx Carissma. HEX triplet: DE, 85 and 9A. RGB value is (222,133,154). Sum of RGB (Red+Green+Blue) = 222+133+154=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE859A is #217A65. Grayscale: #A2A2A2. Windows color (decimal): -2194022 or 10126814. OLE color: 10126814.

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

Color convert

RGB222133154-
CMYK00.400.310.13
HSL345.84º57.42%69.61%-
HSV(B)345.84º40.09%87.06%-
XYZ44.3434.6434.92-
YUV162.01123.49170.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=43.61%
G=26.13%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213315400.400.310.13345.8457.4269.61
HexDE859A0281FD15a3946
Octal336205232050371553271106
Binary11011110100001011001101001010001111111011010110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE859A; }

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

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

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

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

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

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

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

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