Html Css Color HEX #D08DDD Wisteria

📋 copy color: '#D08DDD'

red 208 ◦ green 141 ◦ blue 221

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

Shades of Wisteria #D08DDD

Tints of Wisteria #D08DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 36.49%
G = 24.74%
B = 38.77%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D08DDD (or 0xD08DDD) is known color: Wisteria. HEX triplet: D0, 8D and DD. RGB value is (208,141,221). Sum of RGB (Red+Green+Blue) = 208+141+221=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #D08DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DDD is #2F7222. Grayscale: #A9A9A9. Windows color (decimal): -3109411 or 14519760. OLE color: 14519760.

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

Color convert

RGB 208 141 221 -
CMYK 0.06 0.36 0 0.13
HSL 290.25º 0.54% 0.71% -
HSV(B) 290.25º 0.36% 0.87% -
XYZ 48.59 37.68 73.12 -
YUV 170.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 208 141 221 0.06 0.36 0 0.13 290.25 0.54 0.71
Hex D0 8D DD 6 24 0 D 122 36 47
Octal 320 215 335 6 44 0 15 442 66 107
Binary 11010000 10001101 11011101 110 100100 0 1101 100100010 110110 1000111

Color Harmonies of #D08DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DDD

Black with #D08DDD

Text Example


Text Example

White with #D08DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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