#DF8699

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

Shades of Carissma #DF8699

Tints of Carissma #DF8699

Color information

#DF8699 (or 0xDF8699) is unknown color: approx Carissma. HEX triplet: DF, 86 and 99. RGB value is (223,134,153). Sum of RGB (Red+Green+Blue) = 223+134+153=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8699 is #207966. Grayscale: #A2A2A2. Windows color (decimal): -2128231 or 10061535. OLE color: 10061535.

HSL color Cylindrical-coordinate representation of color #DF8699: hue angle of 347.19º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8699 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223134153-
CMYK00.400.310.13
HSL347.19º58.17%70%-
HSV(B)347.19º39.91%87.45%-
XYZ44.7135.0434.54-
YUV162.78122.49170.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 134 (52.73% from 255) = 26.27%
BLUE value IS 153 (60.16% from 255) = 30%
R=43.73%
G=26.27%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313415300.400.310.13347.1958.1770
HexDF86990281FD15b3a46
Octal337206231050371553372106
Binary11011111100001101001100101010001111111011010110111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8699; }

 p { color: rgb(223,134,153); }

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

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

 a { background-color: rgb(223,134,153); }

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

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

 span { border-color: rgb(223,134,153); }

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