#D099DD

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

Shades of Wisteria #D099DD

Tints of Wisteria #D099DD

Color information

#D099DD (or 0xD099DD) is unknown color: approx Wisteria. HEX triplet: D0, 99 and DD. RGB value is (208,153,221). Sum of RGB (Red+Green+Blue) = 208+153+221=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #D099DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099DD is #2F6622. Grayscale: #B0B0B0. Windows color (decimal): -3106339 or 14522832. OLE color: 14522832.

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

Color convert

RGB208153221-
CMYK0.060.3100.13
HSL288.53º50%73.33%-
HSV(B)288.53º30.77%86.67%-
XYZ50.4541.4173.74-
YUV177.2152.72149.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 153 (60.16% from 255) = 26.29%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=35.74%
G=26.29%
B=37.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081532210.060.3100.13288.535073.33
HexD099DD61F0D1213249
Octal32023133563701544162111
Binary11010000100110011101110111011111011011001000011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D099DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D099DD; }

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

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

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

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

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

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

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

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