Html Css Color HEX #D29FDC Wisteria

📋 copy color: '#D29FDC'

red 210 ◦ green 159 ◦ blue 220

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

Shades of Wisteria #D29FDC

Tints of Wisteria #D29FDC

RGB

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

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

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

R = 35.65%
G = 26.99%
B = 37.35%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D29FDC (or 0xD29FDC) is known color: Wisteria. HEX triplet: D2, 9F and DC. RGB value is (210,159,220). Sum of RGB (Red+Green+Blue) = 210+159+220=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #D29FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FDC is #2D6023. Grayscale: #B5B5B5. Windows color (decimal): -2973732 or 14458834. OLE color: 14458834.

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

Color convert

RGB 210 159 220 -
CMYK 0.05 0.28 0 0.14
HSL 290.16º 0.47% 0.74% -
HSV(B) 290.16º 0.28% 0.86% -
XYZ 51.89 43.67 73.4 -
YUV 181.2 149.9 148.54 -
System Red Green Blue C M Y K H S L
Decimal 210 159 220 0.05 0.28 0 0.14 290.16 0.47 0.74
Hex D2 9F DC 5 1C 0 E 122 2F 4A
Octal 322 237 334 5 34 0 16 442 57 112
Binary 11010010 10011111 11011100 101 11100 0 1110 100100010 101111 1001010

Color Harmonies of #D29FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FDC

Black with #D29FDC

Text Example


Text Example

White with #D29FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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