Html Css Color HEX #D49FED Wisteria

📋 copy color: '#D49FED'

red 212 ◦ green 159 ◦ blue 237

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

Shades of Wisteria #D49FED

Tints of Wisteria #D49FED

RGB

 RED value IS 212 (83.2% from 255) = 34.87%

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

 BLUE value IS 237 (92.97% from 255) = 38.98%

R = 34.87%
G = 26.15%
B = 38.98%

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

#D49FED (or 0xD49FED) is known color: Wisteria. HEX triplet: D4, 9F and ED. RGB value is (212,159,237). Sum of RGB (Red+Green+Blue) = 212+159+237=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #D49FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FED is #2B6012. Grayscale: #B7B7B7. Windows color (decimal): -2842643 or 15572948. OLE color: 15572948.

HSL color Cylindrical-coordinate representation of color #D49FED: hue angle of 280.77º degrees, saturation: 0.68, 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 #D49FED is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 159 237 -
CMYK 0.11 0.33 0 0.07
HSL 280.77º 0.68% 0.78% -
HSV(B) 280.77º 0.33% 0.93% -
XYZ 54.84 44.91 85.9 -
YUV 183.74 158.06 148.16 -
System Red Green Blue C M Y K H S L
Decimal 212 159 237 0.11 0.33 0 0.07 280.77 0.68 0.78
Hex D4 9F ED B 21 0 7 119 44 4E
Octal 324 237 355 13 41 0 7 431 104 116
Binary 11010100 10011111 11101101 1011 100001 0 111 100011001 1000100 1001110

Color Harmonies of #D49FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FED

Black with #D49FED

Text Example


Text Example

White with #D49FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FED; }

 p { color: rgb(212,159,237); }

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

background-color css

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

 a { background-color: rgb(212,159,237); }

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

border-color css

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

 span { border-color: rgb(212,159,237); }

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