#DF8994

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

Shades of Carissma #DF8994

Tints of Carissma #DF8994

Color information

#DF8994 (or 0xDF8994) is unknown color: approx Carissma. HEX triplet: DF, 89 and 94. RGB value is (223,137,148). Sum of RGB (Red+Green+Blue) = 223+137+148=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8994 is #20766B. Grayscale: #A4A4A4. Windows color (decimal): -2127468 or 9734623. OLE color: 9734623.

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

Color convert

RGB223137148-
CMYK00.390.340.13
HSL352.33º57.33%70.59%-
HSV(B)352.33º38.57%87.45%-
XYZ44.7235.7232.55-
YUV163.97118.99170.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.90%
GREEN value IS 137 (53.91% from 255) = 26.97%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=43.90%
G=26.97%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313714800.390.340.13352.3357.3370.59
HexDF899402722D1603947
Octal337211224047421554071107
Binary110111111000100110010100010011110001011011011000001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8994; }

 p { color: rgb(223,137,148); }

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

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

 a { background-color: rgb(223,137,148); }

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

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

 span { border-color: rgb(223,137,148); }

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