#DC9AF0

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

Shades of Plum #DC9AF0

Tints of Plum #DC9AF0

Color information

#DC9AF0 (or 0xDC9AF0) is unknown color: approx Plum. HEX triplet: DC, 9A and F0. RGB value is (220,154,240). Sum of RGB (Red+Green+Blue) = 220+154+240=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC9AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AF0 is #23650F. Grayscale: #B7B7B7. Windows color (decimal): -2319632 or 15768284. OLE color: 15768284.

HSL color Cylindrical-coordinate representation of color #DC9AF0: hue angle of 286.05º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC9AF0 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220154240-
CMYK0.080.3600.06
HSL286.05º74.14%77.25%-
HSV(B)286.05º35.83%94.12%-
XYZ56.844.6288.06-
YUV183.54159.87154.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 154 (60.55% from 255) = 25.08%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=35.83%
G=25.08%
B=39.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201542400.080.3600.06286.0574.1477.25
HexDC9AF08240611e4a4d
Octal334232360104406436112115
Binary1101110010011010111100001000100100011010001111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9AF0; }

 p { color: rgb(220,154,240); }

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

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

 a { background-color: rgb(220,154,240); }

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

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

 span { border-color: rgb(220,154,240); }

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