#D298DF

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

Shades of Wisteria #D298DF

Tints of Wisteria #D298DF

Color information

#D298DF (or 0xD298DF) is unknown color: approx Wisteria. HEX triplet: D2, 98 and DF. RGB value is (210,152,223). Sum of RGB (Red+Green+Blue) = 210+152+223=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #D298DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298DF is #2D6720. Grayscale: #B1B1B1. Windows color (decimal): -2975521 or 14653650. OLE color: 14653650.

HSL color Cylindrical-coordinate representation of color #D298DF: hue angle of 289.01º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D298DF is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210152223-
CMYK0.060.3200.13
HSL289.01º52.59%73.53%-
HSV(B)289.01º31.84%87.45%-
XYZ51.1341.4975.12-
YUV177.44153.72151.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 152 (59.77% from 255) = 25.98%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=35.90%
G=25.98%
B=38.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101522230.060.3200.13289.0152.5973.53
HexD298DF6200D121354a
Octal32223033764001544165112
Binary110100101001100011011111110100000011011001000011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298DF; }

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

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

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

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

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

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

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

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