Html Css Color HEX #D29ADC Wisteria

📋 copy color: '#D29ADC'

red 210 ◦ green 154 ◦ blue 220

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

Shades of Wisteria #D29ADC

Tints of Wisteria #D29ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 35.96%
G = 26.37%
B = 37.67%

CMYK

 C value IS 0.05

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D29ADC (or 0xD29ADC) is known color: Wisteria. HEX triplet: D2, 9A and DC. RGB value is (210,154,220). Sum of RGB (Red+Green+Blue) = 210+154+220=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #D29ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ADC is #2D6523. Grayscale: #B2B2B2. Windows color (decimal): -2975012 or 14457554. OLE color: 14457554.

HSL color Cylindrical-coordinate representation of color #D29ADC: hue angle of 290.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29ADC is Cyan = 0.05, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 154 220 -
CMYK 0.05 0.3 0 0.14
HSL 290.91º 0.49% 0.73% -
HSV(B) 290.91º 0.3% 0.86% -
XYZ 51.05 41.98 73.12 -
YUV 178.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 210 154 220 0.05 0.3 0 0.14 290.91 0.49 0.73
Hex D2 9A DC 5 1E 0 E 123 31 49
Octal 322 232 334 5 36 0 16 443 61 111
Binary 11010010 10011010 11011100 101 11110 0 1110 100100011 110001 1001001

Color Harmonies of #D29ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29ADC

Black with #D29ADC

Text Example


Text Example

White with #D29ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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