#DE8D98

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

Shades of Carissma #DE8D98

Tints of Carissma #DE8D98

Color information

#DE8D98 (or 0xDE8D98) is unknown color: approx Carissma. HEX triplet: DE, 8D and 98. RGB value is (222,141,152). Sum of RGB (Red+Green+Blue) = 222+141+152=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8D98 is #217267. Grayscale: #A6A6A6. Windows color (decimal): -2191976 or 9997790. OLE color: 9997790.

HSL color Cylindrical-coordinate representation of color #DE8D98: hue angle of 351.85º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8D98 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222141152-
CMYK00.360.320.13
HSL351.85º55.1%71.18%-
HSV(B)351.85º36.49%87.06%-
XYZ45.3236.8534.43-
YUV166.47119.84167.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 152 (59.77% from 255) = 29.51%
R=43.11%
G=27.38%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214115200.360.320.13351.8555.171.18
HexDE8D9802420D1603747
Octal336215230044401554067107
Binary110111101000110110011000010010010000011011011000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8D98; }

 p { color: rgb(222,141,152); }

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

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

 a { background-color: rgb(222,141,152); }

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

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

 span { border-color: rgb(222,141,152); }

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