Html Css Color HEX #D29BE5 Wisteria

📋 copy color: '#D29BE5'

red 210 ◦ green 155 ◦ blue 229

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

Shades of Wisteria #D29BE5

Tints of Wisteria #D29BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.55%

R = 35.35%
G = 26.09%
B = 38.55%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D29BE5 (or 0xD29BE5) is known color: Wisteria. HEX triplet: D2, 9B and E5. RGB value is (210,155,229). Sum of RGB (Red+Green+Blue) = 210+155+229=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #D29BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BE5 is #2D641A. Grayscale: #B3B3B3. Windows color (decimal): -2974747 or 15047634. OLE color: 15047634.

HSL color Cylindrical-coordinate representation of color #D29BE5: hue angle of 284.59º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D29BE5 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 155 229 -
CMYK 0.08 0.32 0 0.10
HSL 284.59º 0.59% 0.75% -
HSV(B) 284.59º 0.32% 0.9% -
XYZ 52.44 42.8 79.63 -
YUV 179.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 210 155 229 0.08 0.32 0 0.10 284.59 0.59 0.75
Hex D2 9B E5 8 20 0 A 11D 3B 4B
Octal 322 233 345 10 40 0 12 435 73 113
Binary 11010010 10011011 11100101 1000 100000 0 1010 100011101 111011 1001011

Color Harmonies of #D29BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29BE5

Black with #D29BE5

Text Example


Text Example

White with #D29BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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