#DE8596

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

Shades of Carissma #DE8596

Tints of Carissma #DE8596

Color information

#DE8596 (or 0xDE8596) is unknown color: approx Carissma. HEX triplet: DE, 85 and 96. RGB value is (222,133,150). Sum of RGB (Red+Green+Blue) = 222+133+150=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8596 is #217A69. Grayscale: #A1A1A1. Windows color (decimal): -2194026 or 9864670. OLE color: 9864670.

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

Color convert

RGB222133150-
CMYK00.400.320.13
HSL348.54º57.42%69.61%-
HSV(B)348.54º40.09%87.06%-
XYZ44.0234.5133.19-
YUV161.55121.49171.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=43.96%
G=26.34%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213315000.400.320.13348.5457.4269.61
HexDE859602820D15d3946
Octal336205226050401553571106
Binary110111101000010110010110010100010000011011010111011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8596; }

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

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

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

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

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

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

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

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