#DF8A8E

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

Shades of Carissma #DF8A8E

Tints of Carissma #DF8A8E

Color information

#DF8A8E (or 0xDF8A8E) is unknown color: approx Carissma. HEX triplet: DF, 8A and 8E. RGB value is (223,138,142). Sum of RGB (Red+Green+Blue) = 223+138+142=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A8E is #207571. Grayscale: #A3A3A3. Windows color (decimal): -2127218 or 9341663. OLE color: 9341663.

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

Color convert

RGB223138142-
CMYK00.380.360.13
HSL357.18º57.05%70.78%-
HSV(B)357.18º38.12%87.45%-
XYZ44.435.8230.16-
YUV163.87115.66170.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.33%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=44.33%
G=27.44%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313814200.380.360.13357.1857.0570.78
HexDF8A8E02624D1653947
Octal337212216046441554571107
Binary110111111000101010001110010011010010011011011001011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8A8E; }

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

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

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

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

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

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

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

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