#D299D6

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

Shades of Plum #D299D6

Tints of Plum #D299D6

Color information

#D299D6 (or 0xD299D6) is unknown color: approx Plum. HEX triplet: D2, 99 and D6. RGB value is (210,153,214). Sum of RGB (Red+Green+Blue) = 210+153+214=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #D299D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299D6 is #2D6629. Grayscale: #B0B0B0. Windows color (decimal): -2975274 or 14064082. OLE color: 14064082.

HSL color Cylindrical-coordinate representation of color #D299D6: hue angle of 296.07º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D299D6 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210153214-
CMYK0.020.2900.16
HSL296.07º42.66%71.96%-
HSV(B)296.07º28.5%83.92%-
XYZ50.1141.3468.96-
YUV177148.88151.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 153 (60.16% from 255) = 26.52%
BLUE value IS 214 (83.98% from 255) = 37.09%
R=36.40%
G=26.52%
B=37.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101532140.020.2900.16296.0742.6671.96
HexD299D621D0101282b48
Octal32223132623502045053110
Binary11010010100110011101011010111010100001001010001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299D6; }

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

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

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

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

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

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

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

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