#DF819F

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

Shades of Carissma #DF819F

Tints of Carissma #DF819F

Color information

#DF819F (or 0xDF819F) is unknown color: approx Carissma. HEX triplet: DF, 81 and 9F. RGB value is (223,129,159). Sum of RGB (Red+Green+Blue) = 223+129+159=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF819F is #207E60. Grayscale: #A0A0A0. Windows color (decimal): -2129505 or 10453471. OLE color: 10453471.

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

Color convert

RGB223129159-
CMYK00.420.290.13
HSL340.85º59.49%69.02%-
HSV(B)340.85º42.15%87.45%-
XYZ44.5433.8937-
YUV160.53127.14172.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 159 (62.5% from 255) = 31.12%
R=43.64%
G=25.24%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312915900.420.290.13340.8559.4969.02
HexDF819F02A1DD1553b45
Octal337201237052351552573105
Binary11011111100000011001111101010101110111011010101011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF819F; }

 p { color: rgb(223,129,159); }

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

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

 a { background-color: rgb(223,129,159); }

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

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

 span { border-color: rgb(223,129,159); }

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