#DF8692

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

Shades of Carissma #DF8692

Tints of Carissma #DF8692

Color information

#DF8692 (or 0xDF8692) is unknown color: approx Carissma. HEX triplet: DF, 86 and 92. RGB value is (223,134,146). Sum of RGB (Red+Green+Blue) = 223+134+146=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8692 is #20796D. Grayscale: #A2A2A2. Windows color (decimal): -2128238 or 9602783. OLE color: 9602783.

HSL color Cylindrical-coordinate representation of color #DF8692: hue angle of 351.91º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8692 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223134146-
CMYK00.400.350.13
HSL351.91º58.17%70%-
HSV(B)351.91º39.91%87.45%-
XYZ44.1434.8131.59-
YUV161.98118.99171.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.33%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=44.33%
G=26.64%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313414600.400.350.13351.9158.1770
HexDF869202823D1603a46
Octal337206222050431554072106
Binary110111111000011010010010010100010001111011011000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8692; }

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

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

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

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

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

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

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

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