#D298DD

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

Shades of Wisteria #D298DD

Tints of Wisteria #D298DD

Color information

#D298DD (or 0xD298DD) is unknown color: approx Wisteria. HEX triplet: D2, 98 and DD. RGB value is (210,152,221). Sum of RGB (Red+Green+Blue) = 210+152+221=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D298DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298DD is #2D6722. Grayscale: #B0B0B0. Windows color (decimal): -2975523 or 14522578. OLE color: 14522578.

HSL color Cylindrical-coordinate representation of color #D298DD: hue angle of 290.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D298DD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210152221-
CMYK0.050.3100.13
HSL290.43º50.36%73.14%-
HSV(B)290.43º31.22%86.67%-
XYZ50.8641.3873.71-
YUV177.21152.72151.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=36.02%
G=26.07%
B=37.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101522210.050.3100.13290.4350.3673.14
HexD298DD51F0D1223249
Octal32223033553701544262111
Binary11010010100110001101110110111111011011001000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298DD; }

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

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

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

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

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

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

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

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