Html Css Color HEX #D09ADB Wisteria

📋 copy color: '#D09ADB'

red 208 ◦ green 154 ◦ blue 219

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

Shades of Wisteria #D09ADB

Tints of Wisteria #D09ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.69%

R = 35.8%
G = 26.51%
B = 37.69%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D09ADB (or 0xD09ADB) is known color: Wisteria. HEX triplet: D0, 9A and DB. RGB value is (208,154,219). Sum of RGB (Red+Green+Blue) = 208+154+219=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #D09ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09ADB is #2F6524. Grayscale: #B1B1B1. Windows color (decimal): -3106085 or 14392016. OLE color: 14392016.

HSL color Cylindrical-coordinate representation of color #D09ADB: hue angle of 289.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09ADB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 154 219 -
CMYK 0.05 0.30 0 0.14
HSL 289.85º 0.47% 0.73% -
HSV(B) 289.85º 0.3% 0.86% -
XYZ 50.35 41.64 72.4 -
YUV 177.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 208 154 219 0.05 0.30 0 0.14 289.85 0.47 0.73
Hex D0 9A DB 5 1E 0 E 122 2F 49
Octal 320 232 333 5 36 0 16 442 57 111
Binary 11010000 10011010 11011011 101 11110 0 1110 100100010 101111 1001001

Color Harmonies of #D09ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09ADB

Black with #D09ADB

Text Example


Text Example

White with #D09ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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