#DF889B

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

Shades of Carissma #DF889B

Tints of Carissma #DF889B

Color information

#DF889B (or 0xDF889B) is unknown color: approx Carissma. HEX triplet: DF, 88 and 9B. RGB value is (223,136,155). Sum of RGB (Red+Green+Blue) = 223+136+155=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF889B is #207764. Grayscale: #A4A4A4. Windows color (decimal): -2127717 or 10193119. OLE color: 10193119.

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

Color convert

RGB223136155-
CMYK00.390.300.13
HSL346.9º57.62%70.39%-
HSV(B)346.9º39.01%87.45%-
XYZ45.1535.6635.51-
YUV164.18122.82169.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.39%
GREEN value IS 136 (53.52% from 255) = 26.46%
BLUE value IS 155 (60.94% from 255) = 30.16%
R=43.39%
G=26.46%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313615500.390.300.13346.957.6270.39
HexDF889B0271ED15b3a46
Octal337210233047361553372106
Binary11011111100010001001101101001111111011011010110111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF889B; }

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

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

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

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

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

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

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

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