#D088DD

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

Shades of Wisteria #D088DD

Tints of Wisteria #D088DD

Color information

#D088DD (or 0xD088DD) is unknown color: approx Wisteria. HEX triplet: D0, 88 and DD. RGB value is (208,136,221). Sum of RGB (Red+Green+Blue) = 208+136+221=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D088DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088DD is #2F7722. Grayscale: #A6A6A6. Windows color (decimal): -3110691 or 14518480. OLE color: 14518480.

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

Color convert

RGB208136221-
CMYK0.060.3800.13
HSL290.82º55.56%70%-
HSV(B)290.82º38.46%86.67%-
XYZ47.8736.2472.88-
YUV167.22158.35157.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=36.81%
G=24.07%
B=39.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081362210.060.3800.13290.8255.5670
HexD088DD6260D1233846
Octal32021033564601544370106
Binary110100001000100011011101110100110011011001000111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088DD; }

 p { color: rgb(208,136,221); }

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

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

 a { background-color: rgb(208,136,221); }

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

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

 span { border-color: rgb(208,136,221); }

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