Html Css Color HEX #D08ADB Wisteria

📋 copy color: '#D08ADB'

red 208 ◦ green 138 ◦ blue 219

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

Shades of Wisteria #D08ADB

Tints of Wisteria #D08ADB

RGB

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

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

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

R = 36.81%
G = 24.42%
B = 38.76%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D08ADB (or 0xD08ADB) is known color: Wisteria. HEX triplet: D0, 8A and DB. RGB value is (208,138,219). Sum of RGB (Red+Green+Blue) = 208+138+219=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #D08ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ADB is #2F7524. Grayscale: #A7A7A7. Windows color (decimal): -3110181 or 14387920. OLE color: 14387920.

HSL color Cylindrical-coordinate representation of color #D08ADB: hue angle of 291.85º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08ADB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 138 219 -
CMYK 0.05 0.37 0 0.14
HSL 291.85º 0.53% 0.7% -
HSV(B) 291.85º 0.37% 0.86% -
XYZ 47.89 36.7 71.58 -
YUV 168.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 208 138 219 0.05 0.37 0 0.14 291.85 0.53 0.7
Hex D0 8A DB 5 25 0 E 124 35 46
Octal 320 212 333 5 45 0 16 444 65 106
Binary 11010000 10001010 11011011 101 100101 0 1110 100100100 110101 1000110

Color Harmonies of #D08ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08ADB

Black with #D08ADB

Text Example


Text Example

White with #D08ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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