#DF848A

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

Shades of Carissma #DF848A

Tints of Carissma #DF848A

Color information

#DF848A (or 0xDF848A) is unknown color: approx Carissma. HEX triplet: DF, 84 and 8A. RGB value is (223,132,138). Sum of RGB (Red+Green+Blue) = 223+132+138=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF848A is #207B75. Grayscale: #9F9F9F. Windows color (decimal): -2128758 or 9077983. OLE color: 9077983.

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

Color convert

RGB223132138-
CMYK00.410.380.13
HSL356.04º58.71%69.61%-
HSV(B)356.04º40.81%87.45%-
XYZ43.2734.0328.33-
YUV159.89115.65173.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=45.23%
G=26.77%
B=27.99%

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
Decimal22313213800.410.380.13356.0458.7169.61
HexDF848A02926D1643b46
Octal337204212051461554473106
Binary110111111000010010001010010100110011011011011001001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF848A; }

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

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

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

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

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

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

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

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