#DF8BCE

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

Shades of Plum #DF8BCE

Tints of Plum #DF8BCE

Color information

#DF8BCE (or 0xDF8BCE) is unknown color: approx Plum. HEX triplet: DF, 8B and CE. RGB value is (223,139,206). Sum of RGB (Red+Green+Blue) = 223+139+206=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BCE is #207431. Grayscale: #ABABAB. Windows color (decimal): -2126898 or 13536223. OLE color: 13536223.

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

Color convert

RGB223139206-
CMYK00.380.080.13
HSL312.14º56.76%70.98%-
HSV(B)312.14º37.67%87.45%-
XYZ50.838.6163.17-
YUV171.75147.33164.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 139 (54.69% from 255) = 24.47%
BLUE value IS 206 (80.86% from 255) = 36.27%
R=39.26%
G=24.47%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313920600.380.080.13312.1456.7670.98
HexDF8BCE0268D1383947
Octal337213316046101547071107
Binary1101111110001011110011100100110100011011001110001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8BCE; }

 p { color: rgb(223,139,206); }

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

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

 a { background-color: rgb(223,139,206); }

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

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

 span { border-color: rgb(223,139,206); }

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