#D296DC

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

Shades of Plum #D296DC

Tints of Plum #D296DC

Color information

#D296DC (or 0xD296DC) is unknown color: approx Plum. HEX triplet: D2, 96 and DC. RGB value is (210,150,220). Sum of RGB (Red+Green+Blue) = 210+150+220=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #D296DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296DC is #2D6923. Grayscale: #AFAFAF. Windows color (decimal): -2976036 or 14456530. OLE color: 14456530.

HSL color Cylindrical-coordinate representation of color #D296DC: hue angle of 291.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D296DC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210150220-
CMYK0.050.3200.14
HSL291.43º50%72.55%-
HSV(B)291.43º31.82%86.27%-
XYZ50.440.6872.91-
YUV175.92152.88152.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 150 (58.98% from 255) = 25.86%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=36.21%
G=25.86%
B=37.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101502200.050.3200.14291.435072.55
HexD296DC5200E1233249
Octal32222633454001644362111
Binary110100101001011011011100101100000011101001000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296DC; }

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

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

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

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

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

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

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

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