Html Css Color HEX #D29FDD Wisteria

📋 copy color: '#D29FDD'

red 210 ◦ green 159 ◦ blue 221

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

Shades of Wisteria #D29FDD

Tints of Wisteria #D29FDD

RGB

 RED value IS 210 (82.42% from 255) = 35.59%

 GREEN value IS 159 (62.5% from 255) = 26.95%

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

R = 35.59%
G = 26.95%
B = 37.46%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D29FDD (or 0xD29FDD) is known color: Wisteria. HEX triplet: D2, 9F and DD. RGB value is (210,159,221). Sum of RGB (Red+Green+Blue) = 210+159+221=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #D29FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FDD is #2D6022. Grayscale: #B5B5B5. Windows color (decimal): -2973731 or 14524370. OLE color: 14524370.

HSL color Cylindrical-coordinate representation of color #D29FDD: hue angle of 289.35º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D29FDD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 159 221 -
CMYK 0.05 0.28 0 0.13
HSL 289.35º 0.48% 0.75% -
HSV(B) 289.35º 0.28% 0.87% -
XYZ 52.03 43.72 74.1 -
YUV 181.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 210 159 221 0.05 0.28 0 0.13 289.35 0.48 0.75
Hex D2 9F DD 5 1C 0 D 121 30 4B
Octal 322 237 335 5 34 0 15 441 60 113
Binary 11010010 10011111 11011101 101 11100 0 1101 100100001 110000 1001011

Color Harmonies of #D29FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FDD

Black with #D29FDD

Text Example


Text Example

White with #D29FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FDD; }

 p { color: rgb(210,159,221); }

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

background-color css

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

 a { background-color: rgb(210,159,221); }

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

border-color css

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

 span { border-color: rgb(210,159,221); }

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