Html Css Color HEX #D29AE1 Wisteria

📋 copy color: '#D29AE1'

red 210 ◦ green 154 ◦ blue 225

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

Shades of Wisteria #D29AE1

Tints of Wisteria #D29AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.2%

R = 35.65%
G = 26.15%
B = 38.2%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D29AE1 (or 0xD29AE1) is known color: Wisteria. HEX triplet: D2, 9A and E1. RGB value is (210,154,225). Sum of RGB (Red+Green+Blue) = 210+154+225=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #D29AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AE1 is #2D651E. Grayscale: #B2B2B2. Windows color (decimal): -2975007 or 14785234. OLE color: 14785234.

HSL color Cylindrical-coordinate representation of color #D29AE1: hue angle of 287.32º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D29AE1 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 154 225 -
CMYK 0.07 0.32 0 0.12
HSL 287.32º 0.54% 0.74% -
HSV(B) 287.32º 0.32% 0.88% -
XYZ 51.72 42.25 76.66 -
YUV 178.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 210 154 225 0.07 0.32 0 0.12 287.32 0.54 0.74
Hex D2 9A E1 7 20 0 C 11F 36 4A
Octal 322 232 341 7 40 0 14 437 66 112
Binary 11010010 10011010 11100001 111 100000 0 1100 100011111 110110 1001010

Color Harmonies of #D29AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29AE1

Black with #D29AE1

Text Example


Text Example

White with #D29AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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