Html Css Color HEX #D09DDC Wisteria

📋 copy color: '#D09DDC'

red 208 ◦ green 157 ◦ blue 220

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

Shades of Wisteria #D09DDC

Tints of Wisteria #D09DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.84%

 BLUE value IS 220 (86.33% from 255) = 37.61%

R = 35.56%
G = 26.84%
B = 37.61%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D09DDC (or 0xD09DDC) is known color: Wisteria. HEX triplet: D0, 9D and DC. RGB value is (208,157,220). Sum of RGB (Red+Green+Blue) = 208+157+220=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #D09DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09DDC is #2F6223. Grayscale: #B3B3B3. Windows color (decimal): -3105316 or 14458320. OLE color: 14458320.

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

Color convert

RGB 208 157 220 -
CMYK 0.05 0.29 0 0.14
HSL 288.57º 0.47% 0.74% -
HSV(B) 288.57º 0.29% 0.86% -
XYZ 50.99 42.69 73.26 -
YUV 179.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 208 157 220 0.05 0.29 0 0.14 288.57 0.47 0.74
Hex D0 9D DC 5 1D 0 E 121 2F 4A
Octal 320 235 334 5 35 0 16 441 57 112
Binary 11010000 10011101 11011100 101 11101 0 1110 100100001 101111 1001010

Color Harmonies of #D09DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DDC

Black with #D09DDC

Text Example


Text Example

White with #D09DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DDC; }

 p { color: rgb(208,157,220); }

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

background-color css

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

 a { background-color: rgb(208,157,220); }

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

border-color css

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

 span { border-color: rgb(208,157,220); }

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