#DF8996

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

Shades of Carissma #DF8996

Tints of Carissma #DF8996

Color information

#DF8996 (or 0xDF8996) is unknown color: approx Carissma. HEX triplet: DF, 89 and 96. RGB value is (223,137,150). Sum of RGB (Red+Green+Blue) = 223+137+150=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8996 is #207669. Grayscale: #A4A4A4. Windows color (decimal): -2127466 or 9865695. OLE color: 9865695.

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

Color convert

RGB223137150-
CMYK00.390.330.13
HSL350.93º57.33%70.59%-
HSV(B)350.93º38.57%87.45%-
XYZ44.8835.7833.4-
YUV164.2119.99169.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=43.73%
G=26.86%
B=29.41%

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
Decimal22313715000.390.330.13350.9357.3370.59
HexDF899602721D15f3947
Octal337211226047411553771107
Binary110111111000100110010110010011110000111011010111111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8996; }

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

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

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

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

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

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

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

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