Html Css Color HEX #D29BDC Wisteria

📋 copy color: '#D29BDC'

red 210 ◦ green 155 ◦ blue 220

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

Shades of Wisteria #D29BDC

Tints of Wisteria #D29BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.61%

R = 35.9%
G = 26.5%
B = 37.61%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D29BDC (or 0xD29BDC) is known color: Wisteria. HEX triplet: D2, 9B and DC. RGB value is (210,155,220). Sum of RGB (Red+Green+Blue) = 210+155+220=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #D29BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BDC is #2D6423. Grayscale: #B2B2B2. Windows color (decimal): -2974756 or 14457810. OLE color: 14457810.

HSL color Cylindrical-coordinate representation of color #D29BDC: hue angle of 290.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29BDC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 155 220 -
CMYK 0.05 0.30 0 0.14
HSL 290.77º 0.48% 0.74% -
HSV(B) 290.77º 0.3% 0.86% -
XYZ 51.22 42.31 73.18 -
YUV 178.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 210 155 220 0.05 0.30 0 0.14 290.77 0.48 0.74
Hex D2 9B DC 5 1E 0 E 123 30 4A
Octal 322 233 334 5 36 0 16 443 60 112
Binary 11010010 10011011 11011100 101 11110 0 1110 100100011 110000 1001010

Color Harmonies of #D29BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29BDC

Black with #D29BDC

Text Example


Text Example

White with #D29BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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