#DC96F1

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

Shades of Plum #DC96F1

Tints of Plum #DC96F1

Color information

#DC96F1 (or 0xDC96F1) is unknown color: approx Plum. HEX triplet: DC, 96 and F1. RGB value is (220,150,241). Sum of RGB (Red+Green+Blue) = 220+150+241=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC96F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96F1 is #23690E. Grayscale: #B5B5B5. Windows color (decimal): -2320655 or 15832796. OLE color: 15832796.

HSL color Cylindrical-coordinate representation of color #DC96F1: hue angle of 286.15º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC96F1 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220150241-
CMYK0.090.3800.05
HSL286.15º76.47%76.67%-
HSV(B)286.15º37.76%94.51%-
XYZ56.343.3888.62-
YUV181.3161.69155.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 150 (58.98% from 255) = 24.55%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=36.01%
G=24.55%
B=39.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201502410.090.3800.05286.1576.4776.67
HexDC96F19260511e4c4d
Octal334226361114605436114115
Binary1101110010010110111100011001100110010110001111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96F1; }

 p { color: rgb(220,150,241); }

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

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

 a { background-color: rgb(220,150,241); }

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

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

 span { border-color: rgb(220,150,241); }

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