#DF8992

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

Shades of Carissma #DF8992

Tints of Carissma #DF8992

Color information

#DF8992 (or 0xDF8992) is unknown color: approx Carissma. HEX triplet: DF, 89 and 92. RGB value is (223,137,146). Sum of RGB (Red+Green+Blue) = 223+137+146=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8992 is #20766D. Grayscale: #A3A3A3. Windows color (decimal): -2127470 or 9603551. OLE color: 9603551.

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

Color convert

RGB223137146-
CMYK00.390.350.13
HSL353.72º57.33%70.59%-
HSV(B)353.72º38.57%87.45%-
XYZ44.5735.6531.73-
YUV163.74117.99170.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 137 (53.91% from 255) = 27.08%
BLUE value IS 146 (57.42% from 255) = 28.85%
R=44.07%
G=27.08%
B=28.85%

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
Decimal22313714600.390.350.13353.7257.3370.59
HexDF899202723D1623947
Octal337211222047431554271107
Binary110111111000100110010010010011110001111011011000101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8992; }

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

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

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

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

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

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

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

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