#DF828A

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

Shades of Carissma #DF828A

Tints of Carissma #DF828A

Color information

#DF828A (or 0xDF828A) is unknown color: approx Carissma. HEX triplet: DF, 82 and 8A. RGB value is (223,130,138). Sum of RGB (Red+Green+Blue) = 223+130+138=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF828A is #207D75. Grayscale: #9E9E9E. Windows color (decimal): -2129270 or 9077471. OLE color: 9077471.

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

Color convert

RGB223130138-
CMYK00.420.380.13
HSL354.84º59.24%69.22%-
HSV(B)354.84º41.7%87.45%-
XYZ4333.4928.24-
YUV158.72116.31173.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=45.42%
G=26.48%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313013800.420.380.13354.8459.2469.22
HexDF828A02A26D1633b45
Octal337202212052461554373105
Binary110111111000001010001010010101010011011011011000111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF828A; }

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

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

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

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

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

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

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

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