#d28ded

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

Shades of Wisteria #D28DED

Tints of Wisteria #D28DED

Color information

#D28DED (or 0xD28DED) is unknown color: approx Wisteria. HEX triplet: D2, 8D and ED. RGB value is (210,141,237). Sum of RGB (Red+Green+Blue) = 210+141+237=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #D28DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28DED is #2D7212. Grayscale: #ACACAC. Windows color (decimal): -2978323 or 15568338. OLE color: 15568338.

HSL color Cylindrical-coordinate representation of color #D28DED: hue angle of 283.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D28DED is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210141237-
CMYK0.110.4100.07
HSL283.12º72.73%74.12%-
HSV(B)283.12º40.51%92.94%-
XYZ51.3938.8784.91-
YUV172.58164.36154.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.71%
GREEN value IS 141 (55.47% from 255) = 23.98%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=35.71%
G=23.98%
B=40.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101412370.110.4100.07283.1272.7374.12
HexD28DEDB290711b494a
Octal322215355135107433111112
Binary1101001010001101111011011011101001011110001101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d28ded

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d28ded; }

 p { color: rgb(210,141,237); }

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

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

 a { background-color: rgb(210,141,237); }

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

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

 span { border-color: rgb(210,141,237); }

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