Html Css Color HEX #D39FEE Wisteria

📋 copy color: '#D39FEE'

red 211 ◦ green 159 ◦ blue 238

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

Shades of Wisteria #D39FEE

Tints of Wisteria #D39FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.14%

R = 34.7%
G = 26.15%
B = 39.14%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D39FEE (or 0xD39FEE) is known color: Wisteria. HEX triplet: D3, 9F and EE. RGB value is (211,159,238). Sum of RGB (Red+Green+Blue) = 211+159+238=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #D39FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39FEE is #2C6011. Grayscale: #B7B7B7. Windows color (decimal): -2908178 or 15638483. OLE color: 15638483.

HSL color Cylindrical-coordinate representation of color #D39FEE: hue angle of 279.49º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D39FEE is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 159 238 -
CMYK 0.11 0.33 0 0.07
HSL 279.49º 0.7% 0.78% -
HSV(B) 279.49º 0.33% 0.93% -
XYZ 54.69 44.82 86.66 -
YUV 183.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 211 159 238 0.11 0.33 0 0.07 279.49 0.7 0.78
Hex D3 9F EE B 21 0 7 117 46 4E
Octal 323 237 356 13 41 0 7 427 106 116
Binary 11010011 10011111 11101110 1011 100001 0 111 100010111 1000110 1001110

Color Harmonies of #D39FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39FEE

Black with #D39FEE

Text Example


Text Example

White with #D39FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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