Html Css Color HEX #D49FE9 Wisteria

📋 copy color: '#D49FE9'

red 212 ◦ green 159 ◦ blue 233

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

Shades of Wisteria #D49FE9

Tints of Wisteria #D49FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.58%

R = 35.1%
G = 26.32%
B = 38.58%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D49FE9 (or 0xD49FE9) is known color: Wisteria. HEX triplet: D4, 9F and E9. RGB value is (212,159,233). Sum of RGB (Red+Green+Blue) = 212+159+233=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #D49FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FE9 is #2B6016. Grayscale: #B7B7B7. Windows color (decimal): -2842647 or 15310804. OLE color: 15310804.

HSL color Cylindrical-coordinate representation of color #D49FE9: hue angle of 282.97º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49FE9 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 159 233 -
CMYK 0.09 0.32 0 0.09
HSL 282.97º 0.63% 0.77% -
HSV(B) 282.97º 0.32% 0.91% -
XYZ 54.26 44.68 82.85 -
YUV 183.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 212 159 233 0.09 0.32 0 0.09 282.97 0.63 0.77
Hex D4 9F E9 9 20 0 9 11B 3F 4D
Octal 324 237 351 11 40 0 11 433 77 115
Binary 11010100 10011111 11101001 1001 100000 0 1001 100011011 111111 1001101

Color Harmonies of #D49FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FE9

Black with #D49FE9

Text Example


Text Example

White with #D49FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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