#DF828B

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

Shades of Carissma #DF828B

Tints of Carissma #DF828B

Color information

#DF828B (or 0xDF828B) is unknown color: approx Carissma. HEX triplet: DF, 82 and 8B. RGB value is (223,130,139). Sum of RGB (Red+Green+Blue) = 223+130+139=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF828B is #207D74. Grayscale: #9E9E9E. Windows color (decimal): -2129269 or 9143007. OLE color: 9143007.

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

Color convert

RGB223130139-
CMYK00.420.380.13
HSL354.19º59.24%69.22%-
HSV(B)354.19º41.7%87.45%-
XYZ43.0733.5228.63-
YUV158.83116.81173.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=45.33%
G=26.42%
B=28.25%

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
Decimal22313013900.420.380.13354.1959.2469.22
HexDF828B02A26D1623b45
Octal337202213052461554273105
Binary110111111000001010001011010101010011011011011000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF828B; }

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

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

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

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

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

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

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

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