Html Css Color HEX #D29ADE Wisteria

📋 copy color: '#D29ADE'

red 210 ◦ green 154 ◦ blue 222

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

Shades of Wisteria #D29ADE

Tints of Wisteria #D29ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 35.84%
G = 26.28%
B = 37.88%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D29ADE (or 0xD29ADE) is known color: Wisteria. HEX triplet: D2, 9A and DE. RGB value is (210,154,222). Sum of RGB (Red+Green+Blue) = 210+154+222=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #D29ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ADE is #2D6521. Grayscale: #B2B2B2. Windows color (decimal): -2975010 or 14588626. OLE color: 14588626.

HSL color Cylindrical-coordinate representation of color #D29ADE: hue angle of 289.41º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29ADE is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 154 222 -
CMYK 0.05 0.31 0 0.13
HSL 289.41º 0.51% 0.74% -
HSV(B) 289.41º 0.31% 0.87% -
XYZ 51.32 42.09 74.53 -
YUV 178.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 210 154 222 0.05 0.31 0 0.13 289.41 0.51 0.74
Hex D2 9A DE 5 1F 0 D 121 33 4A
Octal 322 232 336 5 37 0 15 441 63 112
Binary 11010010 10011010 11011110 101 11111 0 1101 100100001 110011 1001010

Color Harmonies of #D29ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29ADE

Black with #D29ADE

Text Example


Text Example

White with #D29ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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