#DF849B

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

Shades of Carissma #DF849B

Tints of Carissma #DF849B

Color information

#DF849B (or 0xDF849B) is unknown color: approx Carissma. HEX triplet: DF, 84 and 9B. RGB value is (223,132,155). Sum of RGB (Red+Green+Blue) = 223+132+155=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF849B is #207B64. Grayscale: #A1A1A1. Windows color (decimal): -2128741 or 10192095. OLE color: 10192095.

HSL color Cylindrical-coordinate representation of color #DF849B: hue angle of 344.84º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF849B is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223132155-
CMYK00.410.300.13
HSL344.84º58.71%69.61%-
HSV(B)344.84º40.81%87.45%-
XYZ44.634.5635.33-
YUV161.83124.15171.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 132 (51.95% from 255) = 25.88%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=43.73%
G=25.88%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313215500.410.300.13344.8458.7169.61
HexDF849B0291ED1593b46
Octal337204233051361553173106
Binary11011111100001001001101101010011111011011010110011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF849B; }

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

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

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

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

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

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

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

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