Html Css Color HEX #D49FDF Wisteria

📋 copy color: '#D49FDF'

red 212 ◦ green 159 ◦ blue 223

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

Shades of Wisteria #D49FDF

Tints of Wisteria #D49FDF

RGB

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

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

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

R = 35.69%
G = 26.77%
B = 37.54%

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

#D49FDF (or 0xD49FDF) is known color: Wisteria. HEX triplet: D4, 9F and DF. RGB value is (212,159,223). Sum of RGB (Red+Green+Blue) = 212+159+223=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #D49FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FDF is #2B6020. Grayscale: #B5B5B5. Windows color (decimal): -2842657 or 14655444. OLE color: 14655444.

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

Color convert

RGB 212 159 223 -
CMYK 0.05 0.29 0 0.13
HSL 289.69º 0.5% 0.75% -
HSV(B) 289.69º 0.29% 0.87% -
XYZ 52.87 44.12 75.54 -
YUV 182.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 212 159 223 0.05 0.29 0 0.13 289.69 0.5 0.75
Hex D4 9F DF 5 1D 0 D 122 32 4B
Octal 324 237 337 5 35 0 15 442 62 113
Binary 11010100 10011111 11011111 101 11101 0 1101 100100010 110010 1001011

Color Harmonies of #D49FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FDF

Black with #D49FDF

Text Example


Text Example

White with #D49FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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