#DE8794

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

Shades of Carissma #DE8794

Tints of Carissma #DE8794

Color information

#DE8794 (or 0xDE8794) is unknown color: approx Carissma. HEX triplet: DE, 87 and 94. RGB value is (222,135,148). Sum of RGB (Red+Green+Blue) = 222+135+148=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8794 is #21786B. Grayscale: #A2A2A2. Windows color (decimal): -2193516 or 9734110. OLE color: 9734110.

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

Color convert

RGB222135148-
CMYK00.390.330.13
HSL351.03º56.86%70%-
HSV(B)351.03º39.19%87.06%-
XYZ44.133532.45-
YUV162.5119.82170.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 135 (53.12% from 255) = 26.73%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=43.96%
G=26.73%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213514800.390.330.13351.0356.8670
HexDE879402721D15f3946
Octal336207224047411553771106
Binary110111101000011110010100010011110000111011010111111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8794; }

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

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

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

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

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

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

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

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