Html Css Color HEX #D29DDC Wisteria

📋 copy color: '#D29DDC'

red 210 ◦ green 157 ◦ blue 220

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

Shades of Wisteria #D29DDC

Tints of Wisteria #D29DDC

RGB

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

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

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

R = 35.78%
G = 26.75%
B = 37.48%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D29DDC (or 0xD29DDC) is known color: Wisteria. HEX triplet: D2, 9D and DC. RGB value is (210,157,220). Sum of RGB (Red+Green+Blue) = 210+157+220=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #D29DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29DDC is #2D6223. Grayscale: #B3B3B3. Windows color (decimal): -2974244 or 14458322. OLE color: 14458322.

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

Color convert

RGB 210 157 220 -
CMYK 0.05 0.29 0 0.14
HSL 290.48º 0.47% 0.74% -
HSV(B) 290.48º 0.29% 0.86% -
XYZ 51.55 42.98 73.29 -
YUV 180.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 210 157 220 0.05 0.29 0 0.14 290.48 0.47 0.74
Hex D2 9D DC 5 1D 0 E 122 2F 4A
Octal 322 235 334 5 35 0 16 442 57 112
Binary 11010010 10011101 11011100 101 11101 0 1110 100100010 101111 1001010

Color Harmonies of #D29DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DDC

Black with #D29DDC

Text Example


Text Example

White with #D29DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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