#D29FD3

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

Shades of Plum #D29FD3

Tints of Plum #D29FD3

Color information

#D29FD3 (or 0xD29FD3) is unknown color: approx Plum. HEX triplet: D2, 9F and D3. RGB value is (210,159,211). Sum of RGB (Red+Green+Blue) = 210+159+211=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 211 - color contains mainly: blue. Hex color #D29FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FD3 is #2D602C. Grayscale: #B4B4B4. Windows color (decimal): -2973741 or 13869010. OLE color: 13869010.

HSL color Cylindrical-coordinate representation of color #D29FD3: hue angle of 298.85º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29FD3 is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210159211-
CMYK0.000.2500.17
HSL298.85º37.14%72.55%-
HSV(B)298.85º24.64%82.75%-
XYZ50.7343.267.29-
YUV180.18145.4149.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 211 (82.81% from 255) = 36.38%
R=36.21%
G=27.41%
B=36.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101592110.000.2500.17298.8537.1472.55
HexD29FD301901112b2549
Octal32223732303102145345111
Binary1101001010011111110100110110010100011001010111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FD3; }

 p { color: rgb(210,159,211); }

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

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

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

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

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

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

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