#DE8094

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

Shades of Carissma #DE8094

Tints of Carissma #DE8094

Color information

#DE8094 (or 0xDE8094) is unknown color: approx Carissma. HEX triplet: DE, 80 and 94. RGB value is (222,128,148). Sum of RGB (Red+Green+Blue) = 222+128+148=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8094 is #217F6B. Grayscale: #9E9E9E. Windows color (decimal): -2195308 or 9732318. OLE color: 9732318.

HSL color Cylindrical-coordinate representation of color #DE8094: hue angle of 347.23º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE8094 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222128148-
CMYK00.420.330.13
HSL347.23º58.75%68.63%-
HSV(B)347.23º42.34%87.06%-
XYZ43.1933.1132.13-
YUV158.39122.14173.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.58%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=44.58%
G=25.70%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212814800.420.330.13347.2358.7568.63
HexDE809402A21D15b3b45
Octal336200224052411553373105
Binary110111101000000010010100010101010000111011010110111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8094; }

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

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

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

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

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

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

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

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