Html Css Color HEX #D09CDF Wisteria

📋 copy color: '#D09CDF'

red 208 ◦ green 156 ◦ blue 223

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

Shades of Wisteria #D09CDF

Tints of Wisteria #D09CDF

RGB

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

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

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

R = 35.43%
G = 26.58%
B = 37.99%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D09CDF (or 0xD09CDF) is known color: Wisteria. HEX triplet: D0, 9C and DF. RGB value is (208,156,223). Sum of RGB (Red+Green+Blue) = 208+156+223=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #D09CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CDF is #2F6320. Grayscale: #B2B2B2. Windows color (decimal): -3105569 or 14654672. OLE color: 14654672.

HSL color Cylindrical-coordinate representation of color #D09CDF: hue angle of 286.57º degrees, saturation: 0.51, 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 #D09CDF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 156 223 -
CMYK 0.07 0.30 0 0.13
HSL 286.57º 0.51% 0.74% -
HSV(B) 286.57º 0.3% 0.87% -
XYZ 51.22 42.51 75.32 -
YUV 179.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 208 156 223 0.07 0.30 0 0.13 286.57 0.51 0.74
Hex D0 9C DF 7 1E 0 D 11F 33 4A
Octal 320 234 337 7 36 0 15 437 63 112
Binary 11010000 10011100 11011111 111 11110 0 1101 100011111 110011 1001010

Color Harmonies of #D09CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09CDF

Black with #D09CDF

Text Example


Text Example

White with #D09CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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