#D099D7

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

Shades of Plum #D099D7

Tints of Plum #D099D7

Color information

#D099D7 (or 0xD099D7) is unknown color: approx Plum. HEX triplet: D0, 99 and D7. RGB value is (208,153,215). Sum of RGB (Red+Green+Blue) = 208+153+215=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #D099D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099D7 is #2F6628. Grayscale: #B0B0B0. Windows color (decimal): -3106345 or 14129616. OLE color: 14129616.

HSL color Cylindrical-coordinate representation of color #D099D7: hue angle of 293.23º degrees, saturation: 0.44, 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 #D099D7 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208153215-
CMYK0.030.2900.16
HSL293.23º43.66%72.16%-
HSV(B)293.23º28.84%84.31%-
XYZ49.6741.169.6-
YUV176.51149.72150.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.11%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 215 (84.38% from 255) = 37.33%
R=36.11%
G=26.56%
B=37.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081532150.030.2900.16293.2343.6672.16
HexD099D731D0101252c48
Octal32023132733502044554110
Binary11010000100110011101011111111010100001001001011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D099D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D099D7; }

 p { color: rgb(208,153,215); }

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

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

 a { background-color: rgb(208,153,215); }

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

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

 span { border-color: rgb(208,153,215); }

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