#D69BE8

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

Shades of Wisteria #D69BE8

Tints of Wisteria #D69BE8

Color information

#D69BE8 (or 0xD69BE8) is unknown color: approx Wisteria. HEX triplet: D6, 9B and E8. RGB value is (214,155,232). Sum of RGB (Red+Green+Blue) = 214+155+232=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #D69BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69BE8 is #296417. Grayscale: #B5B5B5. Windows color (decimal): -2712600 or 15244246. OLE color: 15244246.

HSL color Cylindrical-coordinate representation of color #D69BE8: hue angle of 285.97º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69BE8 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB214155232-
CMYK0.080.3300.09
HSL285.97º62.6%75.88%-
HSV(B)285.97º33.19%90.98%-
XYZ54.0243.5781.91-
YUV181.42156.55151.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 155 (60.94% from 255) = 25.79%
BLUE value IS 232 (91.02% from 255) = 38.60%
R=35.61%
G=25.79%
B=38.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2141552320.080.3300.09285.9762.675.88
HexD69BE88210911e3f4c
Octal326233350104101143677114
Binary1101011010011011111010001000100001010011000111101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69BE8; }

 p { color: rgb(214,155,232); }

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

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

 a { background-color: rgb(214,155,232); }

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

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

 span { border-color: rgb(214,155,232); }

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