#DF848F

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

Shades of Carissma #DF848F

Tints of Carissma #DF848F

Color information

#DF848F (or 0xDF848F) is unknown color: approx Carissma. HEX triplet: DF, 84 and 8F. RGB value is (223,132,143). Sum of RGB (Red+Green+Blue) = 223+132+143=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF848F is #207B70. Grayscale: #A0A0A0. Windows color (decimal): -2128753 or 9405663. OLE color: 9405663.

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

Color convert

RGB223132143-
CMYK00.410.360.13
HSL352.75º58.71%69.61%-
HSV(B)352.75º40.81%87.45%-
XYZ43.6434.1730.28-
YUV160.46118.15172.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 143 (56.25% from 255) = 28.71%
R=44.78%
G=26.51%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313214300.410.360.13352.7558.7169.61
HexDF848F02924D1613b46
Octal337204217051441554173106
Binary110111111000010010001111010100110010011011011000011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF848F; }

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

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

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

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

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

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

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

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