Html Css Color HEX #D09CDE Wisteria

📋 copy color: '#D09CDE'

red 208 ◦ green 156 ◦ blue 222

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

Shades of Wisteria #D09CDE

Tints of Wisteria #D09CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.62%

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 35.49%
G = 26.62%
B = 37.88%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D09CDE (or 0xD09CDE) is known color: Wisteria. HEX triplet: D0, 9C and DE. RGB value is (208,156,222). Sum of RGB (Red+Green+Blue) = 208+156+222=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #D09CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CDE is #2F6321. Grayscale: #B2B2B2. Windows color (decimal): -3105570 or 14589136. OLE color: 14589136.

HSL color Cylindrical-coordinate representation of color #D09CDE: hue angle of 287.27º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09CDE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 156 222 -
CMYK 0.06 0.30 0 0.13
HSL 287.27º 0.5% 0.74% -
HSV(B) 287.27º 0.3% 0.87% -
XYZ 51.09 42.46 74.61 -
YUV 179.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 208 156 222 0.06 0.30 0 0.13 287.27 0.5 0.74
Hex D0 9C DE 6 1E 0 D 11F 32 4A
Octal 320 234 336 6 36 0 15 437 62 112
Binary 11010000 10011100 11011110 110 11110 0 1101 100011111 110010 1001010

Color Harmonies of #D09CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09CDE

Black with #D09CDE

Text Example


Text Example

White with #D09CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09CDE; }

 p { color: rgb(208,156,222); }

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

background-color css

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

 a { background-color: rgb(208,156,222); }

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

border-color css

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

 span { border-color: rgb(208,156,222); }

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