#DF8797

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

Shades of Carissma #DF8797

Tints of Carissma #DF8797

Color information

#DF8797 (or 0xDF8797) is unknown color: approx Carissma. HEX triplet: DF, 87 and 97. RGB value is (223,135,151). Sum of RGB (Red+Green+Blue) = 223+135+151=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8797 is #207868. Grayscale: #A3A3A3. Windows color (decimal): -2127977 or 9930719. OLE color: 9930719.

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

Color convert

RGB223135151-
CMYK00.390.320.13
HSL349.09º57.89%70.2%-
HSV(B)349.09º39.46%87.45%-
XYZ44.6835.2533.73-
YUV163.14121.15170.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=43.81%
G=26.52%
B=29.67%

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
Decimal22313515100.390.320.13349.0957.8970.2
HexDF879702720D15d3a46
Octal337207227047401553572106
Binary110111111000011110010111010011110000011011010111011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8797; }

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

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

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

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

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

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

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

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