#DF828C

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

Shades of Carissma #DF828C

Tints of Carissma #DF828C

Color information

#DF828C (or 0xDF828C) is unknown color: approx Carissma. HEX triplet: DF, 82 and 8C. RGB value is (223,130,140). Sum of RGB (Red+Green+Blue) = 223+130+140=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF828C is #207D73. Grayscale: #9F9F9F. Windows color (decimal): -2129268 or 9208543. OLE color: 9208543.

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

Color convert

RGB223130140-
CMYK00.420.370.13
HSL353.55º59.24%69.22%-
HSV(B)353.55º41.7%87.45%-
XYZ43.1533.5529.01-
YUV158.95117.31173.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=45.23%
G=26.37%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313014000.420.370.13353.5559.2469.22
HexDF828C02A25D1623b45
Octal337202214052451554273105
Binary110111111000001010001100010101010010111011011000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF828C; }

 p { color: rgb(223,130,140); }

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

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

 a { background-color: rgb(223,130,140); }

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

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

 span { border-color: rgb(223,130,140); }

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