Html Css Color HEX #D39FDE Wisteria

📋 copy color: '#D39FDE'

red 211 ◦ green 159 ◦ blue 222

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

Shades of Wisteria #D39FDE

Tints of Wisteria #D39FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.5%

R = 35.64%
G = 26.86%
B = 37.5%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D39FDE (or 0xD39FDE) is known color: Wisteria. HEX triplet: D3, 9F and DE. RGB value is (211,159,222). Sum of RGB (Red+Green+Blue) = 211+159+222=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #D39FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FDE is #2C6021. Grayscale: #B5B5B5. Windows color (decimal): -2908194 or 14589907. OLE color: 14589907.

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

Color convert

RGB 211 159 222 -
CMYK 0.05 0.28 0 0.13
HSL 289.52º 0.49% 0.75% -
HSV(B) 289.52º 0.28% 0.87% -
XYZ 52.45 43.92 74.82 -
YUV 181.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 211 159 222 0.05 0.28 0 0.13 289.52 0.49 0.75
Hex D3 9F DE 5 1C 0 D 122 31 4B
Octal 323 237 336 5 34 0 15 442 61 113
Binary 11010011 10011111 11011110 101 11100 0 1101 100100010 110001 1001011

Color Harmonies of #D39FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39FDE

Black with #D39FDE

Text Example


Text Example

White with #D39FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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