Html Css Color HEX #D09ADD Wisteria

📋 copy color: '#D09ADD'

red 208 ◦ green 154 ◦ blue 221

#D09ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #D09ADD

Tints of Wisteria #D09ADD

RGB

 RED value IS 208 (81.64% from 255) = 35.68%

 GREEN value IS 154 (60.55% from 255) = 26.42%

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 35.68%
G = 26.42%
B = 37.91%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D09ADD (or 0xD09ADD) is known color: Wisteria. HEX triplet: D0, 9A and DD. RGB value is (208,154,221). Sum of RGB (Red+Green+Blue) = 208+154+221=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D09ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09ADD is #2F6522. Grayscale: #B1B1B1. Windows color (decimal): -3106083 or 14523088. OLE color: 14523088.

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

Color convert

RGB 208 154 221 -
CMYK 0.06 0.30 0 0.13
HSL 288.36º 0.5% 0.74% -
HSV(B) 288.36º 0.3% 0.87% -
XYZ 50.62 41.74 73.8 -
YUV 177.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 208 154 221 0.06 0.30 0 0.13 288.36 0.5 0.74
Hex D0 9A DD 6 1E 0 D 120 32 4A
Octal 320 232 335 6 36 0 15 440 62 112
Binary 11010000 10011010 11011101 110 11110 0 1101 100100000 110010 1001010

Color Harmonies of #D09ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09ADD

Black with #D09ADD

Text Example


Text Example

White with #D09ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09ADD; }

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

 H1.HeaderClassName
 {
   color: #D09ADD;
 }
 .AnyTagClassName
 {
   color: #D09ADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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