#D090D9

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

Shades of Plum #D090D9

Tints of Plum #D090D9

Color information

#D090D9 (or 0xD090D9) is unknown color: approx Plum. HEX triplet: D0, 90 and D9. RGB value is (208,144,217). Sum of RGB (Red+Green+Blue) = 208+144+217=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #D090D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090D9 is #2F6F26. Grayscale: #ABABAB. Windows color (decimal): -3108647 or 14258384. OLE color: 14258384.

HSL color Cylindrical-coordinate representation of color #D090D9: hue angle of 292.6º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D090D9 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208144217-
CMYK0.040.3400.15
HSL292.6º48.99%70.78%-
HSV(B)292.6º33.64%85.1%-
XYZ48.5138.3770.49-
YUV171.46153.7154.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 144 (56.64% from 255) = 25.31%
BLUE value IS 217 (85.16% from 255) = 38.14%
R=36.56%
G=25.31%
B=38.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081442170.040.3400.15292.648.9970.78
HexD090D94220F1253147
Octal32022033144201744561107
Binary110100001001000011011001100100010011111001001011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090D9; }

 p { color: rgb(208,144,217); }

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

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

 a { background-color: rgb(208,144,217); }

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

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

 span { border-color: rgb(208,144,217); }

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