#DF829A

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

Shades of Carissma #DF829A

Tints of Carissma #DF829A

Color information

#DF829A (or 0xDF829A) is unknown color: approx Carissma. HEX triplet: DF, 82 and 9A. RGB value is (223,130,154). Sum of RGB (Red+Green+Blue) = 223+130+154=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF829A is #207D65. Grayscale: #A0A0A0. Windows color (decimal): -2129254 or 10126047. OLE color: 10126047.

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

Color convert

RGB223130154-
CMYK00.420.310.13
HSL344.52º59.24%69.22%-
HSV(B)344.52º41.7%87.45%-
XYZ44.2533.9934.8-
YUV160.54124.31172.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.98%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=43.98%
G=25.64%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313015400.420.310.13344.5259.2469.22
HexDF829A02A1FD1593b45
Octal337202232052371553173105
Binary11011111100000101001101001010101111111011010110011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF829A; }

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

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

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

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

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

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

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

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