#DF8E9A

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

Shades of Carissma #DF8E9A

Tints of Carissma #DF8E9A

Color information

#DF8E9A (or 0xDF8E9A) is unknown color: approx Carissma. HEX triplet: DF, 8E and 9A. RGB value is (223,142,154). Sum of RGB (Red+Green+Blue) = 223+142+154=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8E9A is #207165. Grayscale: #A7A7A7. Windows color (decimal): -2126182 or 10129119. OLE color: 10129119.

HSL color Cylindrical-coordinate representation of color #DF8E9A: hue angle of 351.11º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8E9A is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223142154-
CMYK00.360.310.13
HSL351.11º55.86%71.57%-
HSV(B)351.11º36.32%87.45%-
XYZ45.9437.3735.36-
YUV167.59120.34167.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=42.97%
G=27.36%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314215400.360.310.13351.1155.8671.57
HexDF8E9A0241FD15f3848
Octal337216232044371553770110
Binary11011111100011101001101001001001111111011010111111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8E9A; }

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

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

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

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

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

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

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

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