Html Css Color HEX #D29BDE Wisteria

📋 copy color: '#D29BDE'

red 210 ◦ green 155 ◦ blue 222

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

Shades of Wisteria #D29BDE

Tints of Wisteria #D29BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.41%

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

R = 35.78%
G = 26.41%
B = 37.82%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D29BDE (or 0xD29BDE) is known color: Wisteria. HEX triplet: D2, 9B and DE. RGB value is (210,155,222). Sum of RGB (Red+Green+Blue) = 210+155+222=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #D29BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BDE is #2D6421. Grayscale: #B2B2B2. Windows color (decimal): -2974754 or 14588882. OLE color: 14588882.

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

Color convert

RGB 210 155 222 -
CMYK 0.05 0.30 0 0.13
HSL 289.25º 0.5% 0.74% -
HSV(B) 289.25º 0.3% 0.87% -
XYZ 51.48 42.42 74.58 -
YUV 179.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 210 155 222 0.05 0.30 0 0.13 289.25 0.5 0.74
Hex D2 9B DE 5 1E 0 D 121 32 4A
Octal 322 233 336 5 36 0 15 441 62 112
Binary 11010010 10011011 11011110 101 11110 0 1101 100100001 110010 1001010

Color Harmonies of #D29BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29BDE

Black with #D29BDE

Text Example


Text Example

White with #D29BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29BDE; }

 p { color: rgb(210,155,222); }

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

background-color css

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

 a { background-color: rgb(210,155,222); }

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

border-color css

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

 span { border-color: rgb(210,155,222); }

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