Html Css Color HEX #D29DDF Wisteria

📋 copy color: '#D29DDF'

red 210 ◦ green 157 ◦ blue 223

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

Shades of Wisteria #D29DDF

Tints of Wisteria #D29DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 35.59%
G = 26.61%
B = 37.8%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D29DDF (or 0xD29DDF) is known color: Wisteria. HEX triplet: D2, 9D and DF. RGB value is (210,157,223). Sum of RGB (Red+Green+Blue) = 210+157+223=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #D29DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DDF is #2D6220. Grayscale: #B4B4B4. Windows color (decimal): -2974241 or 14654930. OLE color: 14654930.

HSL color Cylindrical-coordinate representation of color #D29DDF: hue angle of 288.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29DDF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 157 223 -
CMYK 0.06 0.30 0 0.13
HSL 288.18º 0.51% 0.75% -
HSV(B) 288.18º 0.3% 0.87% -
XYZ 51.95 43.14 75.4 -
YUV 180.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 210 157 223 0.06 0.30 0 0.13 288.18 0.51 0.75
Hex D2 9D DF 6 1E 0 D 120 33 4B
Octal 322 235 337 6 36 0 15 440 63 113
Binary 11010010 10011101 11011111 110 11110 0 1101 100100000 110011 1001011

Color Harmonies of #D29DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DDF

Black with #D29DDF

Text Example


Text Example

White with #D29DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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