Html Css Color HEX #D08DDF Wisteria

📋 copy color: '#D08DDF'

red 208 ◦ green 141 ◦ blue 223

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

Shades of Wisteria #D08DDF

Tints of Wisteria #D08DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.65%

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 36.36%
G = 24.65%
B = 38.99%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D08DDF (or 0xD08DDF) is known color: Wisteria. HEX triplet: D0, 8D and DF. RGB value is (208,141,223). Sum of RGB (Red+Green+Blue) = 208+141+223=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #D08DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DDF is #2F7220. Grayscale: #AAAAAA. Windows color (decimal): -3109409 or 14650832. OLE color: 14650832.

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

Color convert

RGB 208 141 223 -
CMYK 0.07 0.37 0 0.13
HSL 289.02º 0.56% 0.71% -
HSV(B) 289.02º 0.37% 0.87% -
XYZ 48.86 37.79 74.53 -
YUV 170.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 208 141 223 0.07 0.37 0 0.13 289.02 0.56 0.71
Hex D0 8D DF 7 25 0 D 121 38 47
Octal 320 215 337 7 45 0 15 441 70 107
Binary 11010000 10001101 11011111 111 100101 0 1101 100100001 111000 1000111

Color Harmonies of #D08DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DDF

Black with #D08DDF

Text Example


Text Example

White with #D08DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DDF; }

 p { color: rgb(208,141,223); }

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

background-color css

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

 a { background-color: rgb(208,141,223); }

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

border-color css

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

 span { border-color: rgb(208,141,223); }

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