#D08EE4

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

Shades of Wisteria #D08EE4

Tints of Wisteria #D08EE4

Color information

#D08EE4 (or 0xD08EE4) is unknown color: approx Wisteria. HEX triplet: D0, 8E and E4. RGB value is (208,142,228). Sum of RGB (Red+Green+Blue) = 208+142+228=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 228 - color contains mainly: blue. Hex color #D08EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EE4 is #2F711B. Grayscale: #ABABAB. Windows color (decimal): -3109148 or 14978768. OLE color: 14978768.

HSL color Cylindrical-coordinate representation of color #D08EE4: hue angle of 286.05º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D08EE4 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB208142228-
CMYK0.090.3800.11
HSL286.05º61.43%72.55%-
HSV(B)286.05º37.72%89.41%-
XYZ49.6938.3678.18-
YUV171.54159.87154.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 142 (55.86% from 255) = 24.57%
BLUE value IS 228 (89.45% from 255) = 39.45%
R=35.99%
G=24.57%
B=39.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2081422280.090.3800.11286.0561.4372.55
HexD08EE49260B11e3d49
Octal320216344114601343675111
Binary1101000010001110111001001001100110010111000111101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EE4; }

 p { color: rgb(208,142,228); }

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

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

 a { background-color: rgb(208,142,228); }

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

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

 span { border-color: rgb(208,142,228); }

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