Html Css Color HEX #D39FDF Wisteria

📋 copy color: '#D39FDF'

red 211 ◦ green 159 ◦ blue 223

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

Shades of Wisteria #D39FDF

Tints of Wisteria #D39FDF

RGB

 RED value IS 211 (82.81% from 255) = 35.58%

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

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

R = 35.58%
G = 26.81%
B = 37.61%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D39FDF (or 0xD39FDF) is known color: Wisteria. HEX triplet: D3, 9F and DF. RGB value is (211,159,223). Sum of RGB (Red+Green+Blue) = 211+159+223=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #D39FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FDF is #2C6020. Grayscale: #B5B5B5. Windows color (decimal): -2908193 or 14655443. OLE color: 14655443.

HSL color Cylindrical-coordinate representation of color #D39FDF: hue angle of 288.75º 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 #D39FDF is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 159 223 -
CMYK 0.05 0.29 0 0.13
HSL 288.75º 0.5% 0.75% -
HSV(B) 288.75º 0.29% 0.87% -
XYZ 52.58 43.97 75.53 -
YUV 181.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 211 159 223 0.05 0.29 0 0.13 288.75 0.5 0.75
Hex D3 9F DF 5 1D 0 D 121 32 4B
Octal 323 237 337 5 35 0 15 441 62 113
Binary 11010011 10011111 11011111 101 11101 0 1101 100100001 110010 1001011

Color Harmonies of #D39FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39FDF

Black with #D39FDF

Text Example


Text Example

White with #D39FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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