#D098D7

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

Shades of Plum #D098D7

Tints of Plum #D098D7

Color information

#D098D7 (or 0xD098D7) is unknown color: approx Plum. HEX triplet: D0, 98 and D7. RGB value is (208,152,215). Sum of RGB (Red+Green+Blue) = 208+152+215=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #D098D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098D7 is #2F6728. Grayscale: #AFAFAF. Windows color (decimal): -3106601 or 14129360. OLE color: 14129360.

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

Color convert

RGB208152215-
CMYK0.030.2900.16
HSL293.33º44.06%71.96%-
HSV(B)293.33º29.3%84.31%-
XYZ49.5140.7769.55-
YUV175.93150.05150.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 152 (59.77% from 255) = 26.43%
BLUE value IS 215 (84.38% from 255) = 37.39%
R=36.17%
G=26.43%
B=37.39%

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
Decimal2081522150.030.2900.16293.3344.0671.96
HexD098D731D0101252c48
Octal32023032733502044554110
Binary11010000100110001101011111111010100001001001011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D098D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D098D7; }

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

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

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

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

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

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

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

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