Html Css Color HEX #D29AEE Wisteria

📋 copy color: '#D29AEE'

red 210 ◦ green 154 ◦ blue 238

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

Shades of Wisteria #D29AEE

Tints of Wisteria #D29AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.53%

R = 34.88%
G = 25.58%
B = 39.53%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D29AEE (or 0xD29AEE) is known color: Wisteria. HEX triplet: D2, 9A and EE. RGB value is (210,154,238). Sum of RGB (Red+Green+Blue) = 210+154+238=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #D29AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29AEE is #2D6511. Grayscale: #B4B4B4. Windows color (decimal): -2974994 or 15637202. OLE color: 15637202.

HSL color Cylindrical-coordinate representation of color #D29AEE: hue angle of 280º degrees, saturation: 0.71, 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 #D29AEE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 154 238 -
CMYK 0.12 0.35 0 0.07
HSL 280º 0.71% 0.77% -
HSV(B) 280º 0.35% 0.93% -
XYZ 53.57 42.99 86.36 -
YUV 180.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 210 154 238 0.12 0.35 0 0.07 280 0.71 0.77
Hex D2 9A EE C 23 0 7 118 47 4D
Octal 322 232 356 14 43 0 7 430 107 115
Binary 11010010 10011010 11101110 1100 100011 0 111 100011000 1000111 1001101

Color Harmonies of #D29AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29AEE

Black with #D29AEE

Text Example


Text Example

White with #D29AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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