#DF8C93

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

Shades of Carissma #DF8C93

Tints of Carissma #DF8C93

Color information

#DF8C93 (or 0xDF8C93) is unknown color: approx Carissma. HEX triplet: DF, 8C and 93. RGB value is (223,140,147). Sum of RGB (Red+Green+Blue) = 223+140+147=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8C93 is #20736C. Grayscale: #A5A5A5. Windows color (decimal): -2126701 or 9669855. OLE color: 9669855.

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

Color convert

RGB223140147-
CMYK00.370.340.13
HSL354.94º56.46%71.18%-
HSV(B)354.94º37.22%87.45%-
XYZ45.0836.5532.28-
YUV165.61117.5168.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 140 (55.08% from 255) = 27.45%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=43.73%
G=27.45%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314014700.370.340.13354.9456.4671.18
HexDF8C9302522D1633847
Octal337214223045421554370107
Binary110111111000110010010011010010110001011011011000111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8C93; }

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

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

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

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

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

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

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

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