#DF889F

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

Shades of Carissma #DF889F

Tints of Carissma #DF889F

Color information

#DF889F (or 0xDF889F) is unknown color: approx Carissma. HEX triplet: DF, 88 and 9F. RGB value is (223,136,159). Sum of RGB (Red+Green+Blue) = 223+136+159=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF889F is #207760. Grayscale: #A4A4A4. Windows color (decimal): -2127713 or 10455263. OLE color: 10455263.

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

Color convert

RGB223136159-
CMYK00.390.290.13
HSL344.14º57.62%70.39%-
HSV(B)344.14º39.01%87.45%-
XYZ45.4935.837.31-
YUV164.64124.82169.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=43.05%
G=26.25%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313615900.390.290.13344.1457.6270.39
HexDF889F0271DD1583a46
Octal337210237047351553072106
Binary11011111100010001001111101001111110111011010110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF889F; }

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

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

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

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

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

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

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

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