Html Css Color HEX #D29FDE Wisteria

📋 copy color: '#D29FDE'

red 210 ◦ green 159 ◦ blue 222

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

Shades of Wisteria #D29FDE

Tints of Wisteria #D29FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.9%

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

R = 35.53%
G = 26.9%
B = 37.56%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D29FDE (or 0xD29FDE) is known color: Wisteria. HEX triplet: D2, 9F and DE. RGB value is (210,159,222). Sum of RGB (Red+Green+Blue) = 210+159+222=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #D29FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FDE is #2D6021. Grayscale: #B5B5B5. Windows color (decimal): -2973730 or 14589906. OLE color: 14589906.

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

Color convert

RGB 210 159 222 -
CMYK 0.05 0.28 0 0.13
HSL 288.57º 0.49% 0.75% -
HSV(B) 288.57º 0.28% 0.87% -
XYZ 52.16 43.77 74.81 -
YUV 181.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 210 159 222 0.05 0.28 0 0.13 288.57 0.49 0.75
Hex D2 9F DE 5 1C 0 D 121 31 4B
Octal 322 237 336 5 34 0 15 441 61 113
Binary 11010010 10011111 11011110 101 11100 0 1101 100100001 110001 1001011

Color Harmonies of #D29FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FDE

Black with #D29FDE

Text Example


Text Example

White with #D29FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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