#DE8894

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

Shades of Carissma #DE8894

Tints of Carissma #DE8894

Color information

#DE8894 (or 0xDE8894) is unknown color: approx Carissma. HEX triplet: DE, 88 and 94. RGB value is (222,136,148). Sum of RGB (Red+Green+Blue) = 222+136+148=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8894 is #21776B. Grayscale: #A3A3A3. Windows color (decimal): -2193260 or 9734366. OLE color: 9734366.

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

Color convert

RGB222136148-
CMYK00.390.330.13
HSL351.63º56.58%70.2%-
HSV(B)351.63º38.74%87.06%-
XYZ44.2735.2832.49-
YUV163.08119.49170.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=43.87%
G=26.88%
B=29.25%

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
Decimal22213614800.390.330.13351.6356.5870.2
HexDE889402721D1603946
Octal336210224047411554071106
Binary110111101000100010010100010011110000111011011000001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8894; }

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

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

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

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

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

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

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

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