Html Css Color HEX #D08DED Wisteria

📋 copy color: '#D08DED'

red 208 ◦ green 141 ◦ blue 237

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

Shades of Wisteria #D08DED

Tints of Wisteria #D08DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 35.49%
G = 24.06%
B = 40.44%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D08DED (or 0xD08DED) is known color: Wisteria. HEX triplet: D0, 8D and ED. RGB value is (208,141,237). Sum of RGB (Red+Green+Blue) = 208+141+237=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #D08DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08DED is #2F7212. Grayscale: #ABABAB. Windows color (decimal): -3109395 or 15568336. OLE color: 15568336.

HSL color Cylindrical-coordinate representation of color #D08DED: hue angle of 281.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D08DED is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 141 237 -
CMYK 0.12 0.41 0 0.07
HSL 281.88º 0.73% 0.74% -
HSV(B) 281.88º 0.41% 0.93% -
XYZ 50.82 38.57 84.89 -
YUV 171.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 208 141 237 0.12 0.41 0 0.07 281.88 0.73 0.74
Hex D0 8D ED C 29 0 7 11A 49 4A
Octal 320 215 355 14 51 0 7 432 111 112
Binary 11010000 10001101 11101101 1100 101001 0 111 100011010 1001001 1001010

Color Harmonies of #D08DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DED

Black with #D08DED

Text Example


Text Example

White with #D08DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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