#DF8193

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

Shades of Carissma #DF8193

Tints of Carissma #DF8193

Color information

#DF8193 (or 0xDF8193) is unknown color: approx Carissma. HEX triplet: DF, 81 and 93. RGB value is (223,129,147). Sum of RGB (Red+Green+Blue) = 223+129+147=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8193 is #207E6C. Grayscale: #9F9F9F. Windows color (decimal): -2129517 or 9667039. OLE color: 9667039.

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

Color convert

RGB223129147-
CMYK00.420.340.13
HSL348.51º59.49%69.02%-
HSV(B)348.51º42.15%87.45%-
XYZ43.5533.531.77-
YUV159.16121.14173.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.69%
GREEN value IS 129 (50.78% from 255) = 25.85%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=44.69%
G=25.85%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312914700.420.340.13348.5159.4969.02
HexDF819302A22D15d3b45
Octal337201223052421553573105
Binary110111111000000110010011010101010001011011010111011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8193; }

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

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

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

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

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

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

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

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