Html Css Color HEX #D494E5 Wisteria

📋 copy color: '#D494E5'

red 212 ◦ green 148 ◦ blue 229

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

Shades of Wisteria #D494E5

Tints of Wisteria #D494E5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.13%

 BLUE value IS 229 (89.84% from 255) = 38.88%

R = 35.99%
G = 25.13%
B = 38.88%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D494E5 (or 0xD494E5) is known color: Wisteria. HEX triplet: D4, 94 and E5. RGB value is (212,148,229). Sum of RGB (Red+Green+Blue) = 212+148+229=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #D494E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494E5 is #2B6B1A. Grayscale: #B0B0B0. Windows color (decimal): -2845467 or 15045844. OLE color: 15045844.

HSL color Cylindrical-coordinate representation of color #D494E5: hue angle of 287.41º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D494E5 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 148 229 -
CMYK 0.07 0.35 0 0.10
HSL 287.41º 0.61% 0.74% -
HSV(B) 287.41º 0.35% 0.9% -
XYZ 51.88 40.83 79.28 -
YUV 176.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 212 148 229 0.07 0.35 0 0.10 287.41 0.61 0.74
Hex D4 94 E5 7 23 0 A 11F 3D 4A
Octal 324 224 345 7 43 0 12 437 75 112
Binary 11010100 10010100 11100101 111 100011 0 1010 100011111 111101 1001010

Color Harmonies of #D494E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494E5

Black with #D494E5

Text Example


Text Example

White with #D494E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494E5; }

 p { color: rgb(212,148,229); }

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

background-color css

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

 a { background-color: rgb(212,148,229); }

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

border-color css

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

 span { border-color: rgb(212,148,229); }

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