Html Css Color HEX #D29AEB Wisteria

📋 copy color: '#D29AEB'

red 210 ◦ green 154 ◦ blue 235

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

Shades of Wisteria #D29AEB

Tints of Wisteria #D29AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.23%

R = 35.06%
G = 25.71%
B = 39.23%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D29AEB (or 0xD29AEB) is known color: Wisteria. HEX triplet: D2, 9A and EB. RGB value is (210,154,235). Sum of RGB (Red+Green+Blue) = 210+154+235=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #D29AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AEB is #2D6514. Grayscale: #B3B3B3. Windows color (decimal): -2974997 or 15440594. OLE color: 15440594.

HSL color Cylindrical-coordinate representation of color #D29AEB: hue angle of 281.48º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D29AEB is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 154 235 -
CMYK 0.11 0.34 0 0.08
HSL 281.48º 0.67% 0.76% -
HSV(B) 281.48º 0.34% 0.92% -
XYZ 53.13 42.81 84.06 -
YUV 179.98 159.05 149.41 -
System Red Green Blue C M Y K H S L
Decimal 210 154 235 0.11 0.34 0 0.08 281.48 0.67 0.76
Hex D2 9A EB B 22 0 8 119 43 4C
Octal 322 232 353 13 42 0 10 431 103 114
Binary 11010010 10011010 11101011 1011 100010 0 1000 100011001 1000011 1001100

Color Harmonies of #D29AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29AEB

Black with #D29AEB

Text Example


Text Example

White with #D29AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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