#DE8594

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

Shades of Carissma #DE8594

Tints of Carissma #DE8594

Color information

#DE8594 (or 0xDE8594) is unknown color: approx Carissma. HEX triplet: DE, 85 and 94. RGB value is (222,133,148). Sum of RGB (Red+Green+Blue) = 222+133+148=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8594 is #217A6B. Grayscale: #A1A1A1. Windows color (decimal): -2194028 or 9733598. OLE color: 9733598.

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

Color convert

RGB222133148-
CMYK00.400.330.13
HSL349.89º57.42%69.61%-
HSV(B)349.89º40.09%87.06%-
XYZ43.8634.4432.35-
YUV161.32120.49171.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=44.14%
G=26.44%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213314800.400.330.13349.8957.4269.61
HexDE859402821D15e3946
Octal336205224050411553671106
Binary110111101000010110010100010100010000111011010111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8594; }

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

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

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

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

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

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

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

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