Html Css Color HEX #D49DE0 Wisteria

📋 copy color: '#D49DE0'

red 212 ◦ green 157 ◦ blue 224

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

Shades of Wisteria #D49DE0

Tints of Wisteria #D49DE0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.48%

 BLUE value IS 224 (87.89% from 255) = 37.77%

R = 35.75%
G = 26.48%
B = 37.77%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D49DE0 (or 0xD49DE0) is known color: Wisteria. HEX triplet: D4, 9D and E0. RGB value is (212,157,224). Sum of RGB (Red+Green+Blue) = 212+157+224=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #D49DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DE0 is #2B621F. Grayscale: #B4B4B4. Windows color (decimal): -2843168 or 14720468. OLE color: 14720468.

HSL color Cylindrical-coordinate representation of color #D49DE0: hue angle of 289.25º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49DE0 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 157 224 -
CMYK 0.05 0.30 0 0.12
HSL 289.25º 0.52% 0.75% -
HSV(B) 289.25º 0.3% 0.88% -
XYZ 52.66 43.49 76.14 -
YUV 181.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 212 157 224 0.05 0.30 0 0.12 289.25 0.52 0.75
Hex D4 9D E0 5 1E 0 C 121 34 4B
Octal 324 235 340 5 36 0 14 441 64 113
Binary 11010100 10011101 11100000 101 11110 0 1100 100100001 110100 1001011

Color Harmonies of #D49DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49DE0

Black with #D49DE0

Text Example


Text Example

White with #D49DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49DE0; }

 p { color: rgb(212,157,224); }

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

background-color css

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

 a { background-color: rgb(212,157,224); }

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

border-color css

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

 span { border-color: rgb(212,157,224); }

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