Html Css Color HEX #D29DDD Wisteria

📋 copy color: '#D29DDD'

red 210 ◦ green 157 ◦ blue 221

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

Shades of Wisteria #D29DDD

Tints of Wisteria #D29DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.59%

R = 35.71%
G = 26.7%
B = 37.59%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D29DDD (or 0xD29DDD) is known color: Wisteria. HEX triplet: D2, 9D and DD. RGB value is (210,157,221). Sum of RGB (Red+Green+Blue) = 210+157+221=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #D29DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DDD is #2D6222. Grayscale: #B3B3B3. Windows color (decimal): -2974243 or 14523858. OLE color: 14523858.

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

Color convert

RGB 210 157 221 -
CMYK 0.05 0.29 0 0.13
HSL 289.69º 0.48% 0.74% -
HSV(B) 289.69º 0.29% 0.87% -
XYZ 51.69 43.04 73.99 -
YUV 180.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 210 157 221 0.05 0.29 0 0.13 289.69 0.48 0.74
Hex D2 9D DD 5 1D 0 D 122 30 4A
Octal 322 235 335 5 35 0 15 442 60 112
Binary 11010010 10011101 11011101 101 11101 0 1101 100100010 110000 1001010

Color Harmonies of #D29DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DDD

Black with #D29DDD

Text Example


Text Example

White with #D29DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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