Html Css Color HEX #D29EE9 Wisteria

📋 copy color: '#D29EE9'

red 210 ◦ green 158 ◦ blue 233

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

Shades of Wisteria #D29EE9

Tints of Wisteria #D29EE9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.29%

 BLUE value IS 233 (91.41% from 255) = 38.77%

R = 34.94%
G = 26.29%
B = 38.77%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D29EE9 (or 0xD29EE9) is known color: Wisteria. HEX triplet: D2, 9E and E9. RGB value is (210,158,233). Sum of RGB (Red+Green+Blue) = 210+158+233=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #D29EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EE9 is #2D6116. Grayscale: #B5B5B5. Windows color (decimal): -2973975 or 15310546. OLE color: 15310546.

HSL color Cylindrical-coordinate representation of color #D29EE9: hue angle of 281.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D29EE9 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 158 233 -
CMYK 0.10 0.32 0 0.09
HSL 281.6º 0.63% 0.77% -
HSV(B) 281.6º 0.32% 0.91% -
XYZ 53.51 44.04 82.77 -
YUV 182.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 210 158 233 0.10 0.32 0 0.09 281.6 0.63 0.77
Hex D2 9E E9 A 20 0 9 11A 3F 4D
Octal 322 236 351 12 40 0 11 432 77 115
Binary 11010010 10011110 11101001 1010 100000 0 1001 100011010 111111 1001101

Color Harmonies of #D29EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EE9

Black with #D29EE9

Text Example


Text Example

White with #D29EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EE9; }

 p { color: rgb(210,158,233); }

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

background-color css

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

 a { background-color: rgb(210,158,233); }

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

border-color css

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

 span { border-color: rgb(210,158,233); }

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