Html Css Color HEX #D29FDB Wisteria

📋 copy color: '#D29FDB'

red 210 ◦ green 159 ◦ blue 219

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

Shades of Wisteria #D29FDB

Tints of Wisteria #D29FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 35.71%
G = 27.04%
B = 37.24%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D29FDB (or 0xD29FDB) is known color: Wisteria. HEX triplet: D2, 9F and DB. RGB value is (210,159,219). Sum of RGB (Red+Green+Blue) = 210+159+219=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #D29FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FDB is #2D6024. Grayscale: #B4B4B4. Windows color (decimal): -2973733 or 14393298. OLE color: 14393298.

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

Color convert

RGB 210 159 219 -
CMYK 0.04 0.27 0 0.14
HSL 291º 0.45% 0.74% -
HSV(B) 291º 0.27% 0.86% -
XYZ 51.76 43.61 72.71 -
YUV 181.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 210 159 219 0.04 0.27 0 0.14 291 0.45 0.74
Hex D2 9F DB 4 1B 0 E 123 2D 4A
Octal 322 237 333 4 33 0 16 443 55 112
Binary 11010010 10011111 11011011 100 11011 0 1110 100100011 101101 1001010

Color Harmonies of #D29FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FDB

Black with #D29FDB

Text Example


Text Example

White with #D29FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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