Html Css Color HEX #D29DEA Wisteria

📋 copy color: '#D29DEA'

red 210 ◦ green 157 ◦ blue 234

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

Shades of Wisteria #D29DEA

Tints of Wisteria #D29DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.12%

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 34.94%
G = 26.12%
B = 38.94%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D29DEA (or 0xD29DEA) is known color: Wisteria. HEX triplet: D2, 9D and EA. RGB value is (210,157,234). Sum of RGB (Red+Green+Blue) = 210+157+234=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #D29DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29DEA is #2D6215. Grayscale: #B5B5B5. Windows color (decimal): -2974230 or 15375826. OLE color: 15375826.

HSL color Cylindrical-coordinate representation of color #D29DEA: hue angle of 281.3º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D29DEA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 157 234 -
CMYK 0.10 0.33 0 0.08
HSL 281.3º 0.65% 0.77% -
HSV(B) 281.3º 0.33% 0.92% -
XYZ 53.49 43.76 83.47 -
YUV 181.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 210 157 234 0.10 0.33 0 0.08 281.3 0.65 0.77
Hex D2 9D EA A 21 0 8 119 41 4D
Octal 322 235 352 12 41 0 10 431 101 115
Binary 11010010 10011101 11101010 1010 100001 0 1000 100011001 1000001 1001101

Color Harmonies of #D29DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DEA

Black with #D29DEA

Text Example


Text Example

White with #D29DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DEA; }

 p { color: rgb(210,157,234); }

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

background-color css

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

 a { background-color: rgb(210,157,234); }

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

border-color css

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

 span { border-color: rgb(210,157,234); }

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