Html Css Color HEX #D29AED Wisteria

📋 copy color: '#D29AED'

red 210 ◦ green 154 ◦ blue 237

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

Shades of Wisteria #D29AED

Tints of Wisteria #D29AED

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.62%

 BLUE value IS 237 (92.97% from 255) = 39.43%

R = 34.94%
G = 25.62%
B = 39.43%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D29AED (or 0xD29AED) is known color: Wisteria. HEX triplet: D2, 9A and ED. RGB value is (210,154,237). Sum of RGB (Red+Green+Blue) = 210+154+237=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #D29AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AED is #2D6512. Grayscale: #B3B3B3. Windows color (decimal): -2974995 or 15571666. OLE color: 15571666.

HSL color Cylindrical-coordinate representation of color #D29AED: hue angle of 280.48º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D29AED is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 154 237 -
CMYK 0.11 0.35 0 0.07
HSL 280.48º 0.7% 0.77% -
HSV(B) 280.48º 0.35% 0.93% -
XYZ 53.42 42.93 85.59 -
YUV 180.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 210 154 237 0.11 0.35 0 0.07 280.48 0.7 0.77
Hex D2 9A ED B 23 0 7 118 46 4D
Octal 322 232 355 13 43 0 7 430 106 115
Binary 11010010 10011010 11101101 1011 100011 0 111 100011000 1000110 1001101

Color Harmonies of #D29AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29AED

Black with #D29AED

Text Example


Text Example

White with #D29AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29AED; }

 p { color: rgb(210,154,237); }

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

background-color css

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

 a { background-color: rgb(210,154,237); }

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

border-color css

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

 span { border-color: rgb(210,154,237); }

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