#D298E4

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

Shades of Wisteria #D298E4

Tints of Wisteria #D298E4

Color information

#D298E4 (or 0xD298E4) is unknown color: approx Wisteria. HEX triplet: D2, 98 and E4. RGB value is (210,152,228). Sum of RGB (Red+Green+Blue) = 210+152+228=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #D298E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298E4 is #2D671B. Grayscale: #B1B1B1. Windows color (decimal): -2975516 or 14981330. OLE color: 14981330.

HSL color Cylindrical-coordinate representation of color #D298E4: hue angle of 285.79º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D298E4 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB210152228-
CMYK0.080.3300.11
HSL285.79º58.46%74.51%-
HSV(B)285.79º33.33%89.41%-
XYZ51.8141.7678.73-
YUV178.01156.22150.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.59%
GREEN value IS 152 (59.77% from 255) = 25.76%
BLUE value IS 228 (89.45% from 255) = 38.64%
R=35.59%
G=25.76%
B=38.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2101522280.080.3300.11285.7958.4674.51
HexD298E48210B11e3a4b
Octal322230344104101343672113
Binary1101001010011000111001001000100001010111000111101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298E4; }

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

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

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

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

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

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

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

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