Html Css Color HEX #D09ADC Wisteria

📋 copy color: '#D09ADC'

red 208 ◦ green 154 ◦ blue 220

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

Shades of Wisteria #D09ADC

Tints of Wisteria #D09ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 35.74%
G = 26.46%
B = 37.8%

CMYK

 C value IS 0.05

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D09ADC (or 0xD09ADC) is known color: Wisteria. HEX triplet: D0, 9A and DC. RGB value is (208,154,220). Sum of RGB (Red+Green+Blue) = 208+154+220=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #D09ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09ADC is #2F6523. Grayscale: #B1B1B1. Windows color (decimal): -3106084 or 14457552. OLE color: 14457552.

HSL color Cylindrical-coordinate representation of color #D09ADC: hue angle of 289.09º degrees, saturation: 0.49, 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 #D09ADC is Cyan = 0.05, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 154 220 -
CMYK 0.05 0.3 0 0.14
HSL 289.09º 0.49% 0.73% -
HSV(B) 289.09º 0.3% 0.86% -
XYZ 50.49 41.69 73.1 -
YUV 177.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 208 154 220 0.05 0.3 0 0.14 289.09 0.49 0.73
Hex D0 9A DC 5 1E 0 E 121 31 49
Octal 320 232 334 5 36 0 16 441 61 111
Binary 11010000 10011010 11011100 101 11110 0 1110 100100001 110001 1001001

Color Harmonies of #D09ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09ADC

Black with #D09ADC

Text Example


Text Example

White with #D09ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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