Html Css Color HEX #D494E4 Wisteria

📋 copy color: '#D494E4'

red 212 ◦ green 148 ◦ blue 228

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

Shades of Wisteria #D494E4

Tints of Wisteria #D494E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.78%

R = 36.05%
G = 25.17%
B = 38.78%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D494E4 (or 0xD494E4) is known color: Wisteria. HEX triplet: D4, 94 and E4. RGB value is (212,148,228). Sum of RGB (Red+Green+Blue) = 212+148+228=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #D494E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494E4 is #2B6B1B. Grayscale: #B0B0B0. Windows color (decimal): -2845468 or 14980308. OLE color: 14980308.

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

Color convert

RGB 212 148 228 -
CMYK 0.07 0.35 0 0.11
HSL 288º 0.6% 0.74% -
HSV(B) 288º 0.35% 0.89% -
XYZ 51.74 40.78 78.54 -
YUV 176.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 212 148 228 0.07 0.35 0 0.11 288 0.6 0.74
Hex D4 94 E4 7 23 0 B 120 3C 4A
Octal 324 224 344 7 43 0 13 440 74 112
Binary 11010100 10010100 11100100 111 100011 0 1011 100100000 111100 1001010

Color Harmonies of #D494E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494E4

Black with #D494E4

Text Example


Text Example

White with #D494E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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