#DF8897

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

Shades of Carissma #DF8897

Tints of Carissma #DF8897

Color information

#DF8897 (or 0xDF8897) is unknown color: approx Carissma. HEX triplet: DF, 88 and 97. RGB value is (223,136,151). Sum of RGB (Red+Green+Blue) = 223+136+151=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8897 is #207768. Grayscale: #A3A3A3. Windows color (decimal): -2127721 or 9930975. OLE color: 9930975.

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

Color convert

RGB223136151-
CMYK00.390.320.13
HSL349.66º57.62%70.39%-
HSV(B)349.66º39.01%87.45%-
XYZ44.8235.5333.77-
YUV163.72120.82170.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 151 (59.38% from 255) = 29.61%
R=43.73%
G=26.67%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313615100.390.320.13349.6657.6270.39
HexDF889702720D15e3a46
Octal337210227047401553672106
Binary110111111000100010010111010011110000011011010111101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8897; }

 p { color: rgb(223,136,151); }

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

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

 a { background-color: rgb(223,136,151); }

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

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

 span { border-color: rgb(223,136,151); }

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