Html Css Color HEX #D08ADE Wisteria

📋 copy color: '#D08ADE'

red 208 ◦ green 138 ◦ blue 222

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

Shades of Wisteria #D08ADE

Tints of Wisteria #D08ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.3%

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 36.62%
G = 24.3%
B = 39.08%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D08ADE (or 0xD08ADE) is known color: Wisteria. HEX triplet: D0, 8A and DE. RGB value is (208,138,222). Sum of RGB (Red+Green+Blue) = 208+138+222=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #D08ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ADE is #2F7521. Grayscale: #A8A8A8. Windows color (decimal): -3110178 or 14584528. OLE color: 14584528.

HSL color Cylindrical-coordinate representation of color #D08ADE: hue angle of 290º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D08ADE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 138 222 -
CMYK 0.06 0.38 0 0.13
HSL 290º 0.56% 0.71% -
HSV(B) 290º 0.38% 0.87% -
XYZ 48.29 36.86 73.68 -
YUV 168.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 208 138 222 0.06 0.38 0 0.13 290 0.56 0.71
Hex D0 8A DE 6 26 0 D 122 38 47
Octal 320 212 336 6 46 0 15 442 70 107
Binary 11010000 10001010 11011110 110 100110 0 1101 100100010 111000 1000111

Color Harmonies of #D08ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08ADE

Black with #D08ADE

Text Example


Text Example

White with #D08ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08ADE; }

 p { color: rgb(208,138,222); }

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

background-color css

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

 a { background-color: rgb(208,138,222); }

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

border-color css

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

 span { border-color: rgb(208,138,222); }

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