#DF819C

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

Shades of Carissma #DF819C

Tints of Carissma #DF819C

Color information

#DF819C (or 0xDF819C) is unknown color: approx Carissma. HEX triplet: DF, 81 and 9C. RGB value is (223,129,156). Sum of RGB (Red+Green+Blue) = 223+129+156=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF819C is #207E63. Grayscale: #A0A0A0. Windows color (decimal): -2129508 or 10256863. OLE color: 10256863.

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

Color convert

RGB223129156-
CMYK00.420.300.13
HSL342.77º59.49%69.02%-
HSV(B)342.77º42.15%87.45%-
XYZ44.2833.7935.64-
YUV160.18125.64172.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.90%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 156 (61.33% from 255) = 30.71%
R=43.90%
G=25.39%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312915600.420.300.13342.7759.4969.02
HexDF819C02A1ED1573b45
Octal337201234052361552773105
Binary11011111100000011001110001010101111011011010101111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF819C; }

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

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

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

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

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

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

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

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