#DF848B

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

Shades of Carissma #DF848B

Tints of Carissma #DF848B

Color information

#DF848B (or 0xDF848B) is unknown color: approx Carissma. HEX triplet: DF, 84 and 8B. RGB value is (223,132,139). Sum of RGB (Red+Green+Blue) = 223+132+139=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF848B is #207B74. Grayscale: #A0A0A0. Windows color (decimal): -2128757 or 9143519. OLE color: 9143519.

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

Color convert

RGB223132139-
CMYK00.410.380.13
HSL355.38º58.71%69.61%-
HSV(B)355.38º40.81%87.45%-
XYZ43.3434.0528.71-
YUV160.01116.15172.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.14%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=45.14%
G=26.72%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313213900.410.380.13355.3858.7169.61
HexDF848B02926D1633b46
Octal337204213051461554373106
Binary110111111000010010001011010100110011011011011000111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF848B; }

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

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

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

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

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

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

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

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