#D297D5

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

Shades of Plum #D297D5

Tints of Plum #D297D5

Color information

#D297D5 (or 0xD297D5) is unknown color: approx Plum. HEX triplet: D2, 97 and D5. RGB value is (210,151,213). Sum of RGB (Red+Green+Blue) = 210+151+213=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #D297D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297D5 is #2D682A. Grayscale: #AFAFAF. Windows color (decimal): -2975787 or 13998034. OLE color: 13998034.

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

Color convert

RGB210151213-
CMYK0.010.2900.16
HSL297.1º42.47%71.37%-
HSV(B)297.1º29.11%83.53%-
XYZ49.6640.6468.18-
YUV175.71149.05152.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 151 (59.38% from 255) = 26.31%
BLUE value IS 213 (83.59% from 255) = 37.11%
R=36.59%
G=26.31%
B=37.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101512130.010.2900.16297.142.4771.37
HexD297D511D0101292a47
Octal32222732513502045152107
Binary1101001010010111110101011111010100001001010011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297D5; }

 p { color: rgb(210,151,213); }

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

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

 a { background-color: rgb(210,151,213); }

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

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

 span { border-color: rgb(210,151,213); }

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