#D296D2

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

Shades of Plum #D296D2

Tints of Plum #D296D2

Color information

#D296D2 (or 0xD296D2) is unknown color: approx Plum. HEX triplet: D2, 96 and D2. RGB value is (210,150,210). Sum of RGB (Red+Green+Blue) = 210+150+210=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: red, blue. Hex color #D296D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296D2 is #2D692D. Grayscale: #AEAEAE. Windows color (decimal): -2976046 or 13801170. OLE color: 13801170.

HSL color Cylindrical-coordinate representation of color #D296D2: hue angle of 300º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D296D2 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB210150210-
CMYK00.2900.18
HSL300º40%70.59%-
HSV(B)300º28.57%82.35%-
XYZ49.1240.1766.14-
YUV174.78147.88153.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 210 (82.42% from 255) = 36.84%
R=36.84%
G=26.32%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015021000.2900.183004070.59
HexD296D201D01212c2847
Octal32222632203502245450107
Binary1101001010010110110100100111010100101001011001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D296D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D296D2; }

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

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

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

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

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

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

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

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