#D299DC

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

Shades of Plum #D299DC

Tints of Plum #D299DC

Color information

#D299DC (or 0xD299DC) is unknown color: approx Plum. HEX triplet: D2, 99 and DC. RGB value is (210,153,220). Sum of RGB (Red+Green+Blue) = 210+153+220=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #D299DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299DC is #2D6623. Grayscale: #B1B1B1. Windows color (decimal): -2975268 or 14457298. OLE color: 14457298.

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

Color convert

RGB210153220-
CMYK0.050.3000.14
HSL291.04º48.91%73.14%-
HSV(B)291.04º30.45%86.27%-
XYZ50.8941.6573.07-
YUV177.68151.88151.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 153 (60.16% from 255) = 26.24%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=36.02%
G=26.24%
B=37.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101532200.050.3000.14291.0448.9173.14
HexD299DC51E0E1233149
Octal32223133453601644361111
Binary11010010100110011101110010111110011101001000111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299DC; }

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

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

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

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

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

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

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

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