#DF869F

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

Shades of Carissma #DF869F

Tints of Carissma #DF869F

Color information

#DF869F (or 0xDF869F) is unknown color: approx Carissma. HEX triplet: DF, 86 and 9F. RGB value is (223,134,159). Sum of RGB (Red+Green+Blue) = 223+134+159=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF869F is #207960. Grayscale: #A3A3A3. Windows color (decimal): -2128225 or 10454751. OLE color: 10454751.

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

Color convert

RGB223134159-
CMYK00.400.290.13
HSL343.15º58.17%70%-
HSV(B)343.15º39.91%87.45%-
XYZ45.2135.2437.22-
YUV163.46125.49170.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.22%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=43.22%
G=25.97%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313415900.400.290.13343.1558.1770
HexDF869F0281DD1573a46
Octal337206237050351552772106
Binary11011111100001101001111101010001110111011010101111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF869F; }

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

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

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

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

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

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

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

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