#DF8A9D

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

Shades of Carissma #DF8A9D

Tints of Carissma #DF8A9D

Color information

#DF8A9D (or 0xDF8A9D) is unknown color: approx Carissma. HEX triplet: DF, 8A and 9D. RGB value is (223,138,157). Sum of RGB (Red+Green+Blue) = 223+138+157=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A9D is #207562. Grayscale: #A5A5A5. Windows color (decimal): -2127203 or 10324703. OLE color: 10324703.

HSL color Cylindrical-coordinate representation of color #DF8A9D: hue angle of 346.59º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8A9D is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223138157-
CMYK00.380.300.13
HSL346.59º57.05%70.78%-
HSV(B)346.59º38.12%87.45%-
XYZ45.6136.336.5-
YUV165.58123.16168.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 157 (61.72% from 255) = 30.31%
R=43.05%
G=26.64%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313815700.380.300.13346.5957.0570.78
HexDF8A9D0261ED15b3947
Octal337212235046361553371107
Binary11011111100010101001110101001101111011011010110111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8A9D; }

 p { color: rgb(223,138,157); }

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

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

 a { background-color: rgb(223,138,157); }

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

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

 span { border-color: rgb(223,138,157); }

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