#DF8991

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

Shades of Carissma #DF8991

Tints of Carissma #DF8991

Color information

#DF8991 (or 0xDF8991) is unknown color: approx Carissma. HEX triplet: DF, 89 and 91. RGB value is (223,137,145). Sum of RGB (Red+Green+Blue) = 223+137+145=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8991 is #20766E. Grayscale: #A3A3A3. Windows color (decimal): -2127471 or 9538015. OLE color: 9538015.

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

Color convert

RGB223137145-
CMYK00.390.350.13
HSL354.42º57.33%70.59%-
HSV(B)354.42º38.57%87.45%-
XYZ44.4935.6231.32-
YUV163.63117.49170.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 145 (57.03% from 255) = 28.71%
R=44.16%
G=27.13%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313714500.390.350.13354.4257.3370.59
HexDF899102723D1623947
Octal337211221047431554271107
Binary110111111000100110010001010011110001111011011000101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8991; }

 p { color: rgb(223,137,145); }

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

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

 a { background-color: rgb(223,137,145); }

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

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

 span { border-color: rgb(223,137,145); }

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