#D298D3

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

Shades of Plum #D298D3

Tints of Plum #D298D3

Color information

#D298D3 (or 0xD298D3) is unknown color: approx Plum. HEX triplet: D2, 98 and D3. RGB value is (210,152,211). Sum of RGB (Red+Green+Blue) = 210+152+211=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 211 - color contains mainly: blue. Hex color #D298D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298D3 is #2D672C. Grayscale: #AFAFAF. Windows color (decimal): -2975533 or 13867218. OLE color: 13867218.

HSL color Cylindrical-coordinate representation of color #D298D3: hue angle of 298.98º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298D3 is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210152211-
CMYK0.000.2800.17
HSL298.98º40.14%71.18%-
HSV(B)298.98º27.96%82.75%-
XYZ49.5640.8666.9-
YUV176.07147.72152.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 152 (59.77% from 255) = 26.53%
BLUE value IS 211 (82.81% from 255) = 36.82%
R=36.65%
G=26.53%
B=36.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101522110.000.2800.17298.9840.1471.18
HexD298D301C01112b2847
Octal32223032303402145350107
Binary1101001010011000110100110111000100011001010111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298D3; }

 p { color: rgb(210,152,211); }

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

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

 a { background-color: rgb(210,152,211); }

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

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

 span { border-color: rgb(210,152,211); }

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