Html Css Color HEX #D09ADA Wisteria

📋 copy color: '#D09ADA'

red 208 ◦ green 154 ◦ blue 218

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

Shades of Wisteria #D09ADA

Tints of Wisteria #D09ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 35.86%
G = 26.55%
B = 37.59%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D09ADA (or 0xD09ADA) is known color: Wisteria. HEX triplet: D0, 9A and DA. RGB value is (208,154,218). Sum of RGB (Red+Green+Blue) = 208+154+218=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #D09ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09ADA is #2F6525. Grayscale: #B1B1B1. Windows color (decimal): -3106086 or 14326480. OLE color: 14326480.

HSL color Cylindrical-coordinate representation of color #D09ADA: hue angle of 290.62º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09ADA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 154 218 -
CMYK 0.05 0.29 0 0.15
HSL 290.63º 0.46% 0.73% -
HSV(B) 290.63º 0.29% 0.85% -
XYZ 50.22 41.58 71.71 -
YUV 177.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 208 154 218 0.05 0.29 0 0.15 290.63 0.46 0.73
Hex D0 9A DA 5 1D 0 F 123 2E 49
Octal 320 232 332 5 35 0 17 443 56 111
Binary 11010000 10011010 11011010 101 11101 0 1111 100100011 101110 1001001

Color Harmonies of #D09ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09ADA

Black with #D09ADA

Text Example


Text Example

White with #D09ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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