Html Css Color HEX #D29CDF Wisteria

📋 copy color: '#D29CDF'

red 210 ◦ green 156 ◦ blue 223

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

Shades of Wisteria #D29CDF

Tints of Wisteria #D29CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.49%

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

R = 35.65%
G = 26.49%
B = 37.86%

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

#D29CDF (or 0xD29CDF) is known color: Wisteria. HEX triplet: D2, 9C and DF. RGB value is (210,156,223). Sum of RGB (Red+Green+Blue) = 210+156+223=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #D29CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CDF is #2D6320. Grayscale: #B3B3B3. Windows color (decimal): -2974497 or 14654674. OLE color: 14654674.

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

Color convert

RGB 210 156 223 -
CMYK 0.06 0.30 0 0.13
HSL 288.36º 0.51% 0.74% -
HSV(B) 288.36º 0.3% 0.87% -
XYZ 51.79 42.81 75.35 -
YUV 179.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 210 156 223 0.06 0.30 0 0.13 288.36 0.51 0.74
Hex D2 9C DF 6 1E 0 D 120 33 4A
Octal 322 234 337 6 36 0 15 440 63 112
Binary 11010010 10011100 11011111 110 11110 0 1101 100100000 110011 1001010

Color Harmonies of #D29CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29CDF

Black with #D29CDF

Text Example


Text Example

White with #D29CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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