#D099EA

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

Shades of Wisteria #D099EA

Tints of Wisteria #D099EA

Color information

#D099EA (or 0xD099EA) is unknown color: approx Wisteria. HEX triplet: D0, 99 and EA. RGB value is (208,153,234). Sum of RGB (Red+Green+Blue) = 208+153+234=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #D099EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099EA is #2F6615. Grayscale: #B2B2B2. Windows color (decimal): -3106326 or 15374800. OLE color: 15374800.

HSL color Cylindrical-coordinate representation of color #D099EA: hue angle of 280.74º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D099EA is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208153234-
CMYK0.110.3500.08
HSL280.74º65.85%75.88%-
HSV(B)280.74º34.62%91.76%-
XYZ52.2542.1383.22-
YUV178.68159.22148.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 153 (60.16% from 255) = 25.71%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=34.96%
G=25.71%
B=39.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081532340.110.3500.08280.7465.8575.88
HexD099EAB2308119424c
Octal3202313521343010431102114
Binary11010000100110011110101010111000110100010001100110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D099EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D099EA; }

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

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

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

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

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

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

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

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