Html Css Color HEX #D29FDF Wisteria

📋 copy color: '#D29FDF'

red 210 ◦ green 159 ◦ blue 223

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

Shades of Wisteria #D29FDF

Tints of Wisteria #D29FDF

RGB

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

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

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

R = 35.47%
G = 26.86%
B = 37.67%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D29FDF (or 0xD29FDF) is known color: Wisteria. HEX triplet: D2, 9F and DF. RGB value is (210,159,223). Sum of RGB (Red+Green+Blue) = 210+159+223=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #D29FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FDF is #2D6020. Grayscale: #B5B5B5. Windows color (decimal): -2973729 or 14655442. OLE color: 14655442.

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

Color convert

RGB 210 159 223 -
CMYK 0.06 0.29 0 0.13
HSL 287.81º 0.5% 0.75% -
HSV(B) 287.81º 0.29% 0.87% -
XYZ 52.3 43.83 75.51 -
YUV 181.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 210 159 223 0.06 0.29 0 0.13 287.81 0.5 0.75
Hex D2 9F DF 6 1D 0 D 120 32 4B
Octal 322 237 337 6 35 0 15 440 62 113
Binary 11010010 10011111 11011111 110 11101 0 1101 100100000 110010 1001011

Color Harmonies of #D29FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FDF

Black with #D29FDF

Text Example


Text Example

White with #D29FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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