#DF828D

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

Shades of Carissma #DF828D

Tints of Carissma #DF828D

Color information

#DF828D (or 0xDF828D) is unknown color: approx Carissma. HEX triplet: DF, 82 and 8D. RGB value is (223,130,141). Sum of RGB (Red+Green+Blue) = 223+130+141=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF828D is #207D72. Grayscale: #9F9F9F. Windows color (decimal): -2129267 or 9274079. OLE color: 9274079.

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

Color convert

RGB223130141-
CMYK00.420.370.13
HSL352.9º59.24%69.22%-
HSV(B)352.9º41.7%87.45%-
XYZ43.2233.5829.4-
YUV159.06117.81173.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.14%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=45.14%
G=26.32%
B=28.54%

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
Decimal22313014100.420.370.13352.959.2469.22
HexDF828D02A25D1613b45
Octal337202215052451554173105
Binary110111111000001010001101010101010010111011011000011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF828D; }

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

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

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

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

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

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

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

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