Html Css Color HEX #D495E2 Wisteria

📋 copy color: '#D495E2'

red 212 ◦ green 149 ◦ blue 226

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

Shades of Wisteria #D495E2

Tints of Wisteria #D495E2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.38%

 BLUE value IS 226 (88.67% from 255) = 38.5%

R = 36.12%
G = 25.38%
B = 38.5%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D495E2 (or 0xD495E2) is known color: Wisteria. HEX triplet: D4, 95 and E2. RGB value is (212,149,226). Sum of RGB (Red+Green+Blue) = 212+149+226=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #D495E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495E2 is #2B6A1D. Grayscale: #B0B0B0. Windows color (decimal): -2845214 or 14849492. OLE color: 14849492.

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

Color convert

RGB 212 149 226 -
CMYK 0.06 0.34 0 0.11
HSL 289.09º 0.57% 0.74% -
HSV(B) 289.09º 0.34% 0.89% -
XYZ 51.63 40.98 77.14 -
YUV 176.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 212 149 226 0.06 0.34 0 0.11 289.09 0.57 0.74
Hex D4 95 E2 6 22 0 B 121 39 4A
Octal 324 225 342 6 42 0 13 441 71 112
Binary 11010100 10010101 11100010 110 100010 0 1011 100100001 111001 1001010

Color Harmonies of #D495E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495E2

Black with #D495E2

Text Example


Text Example

White with #D495E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495E2; }

 p { color: rgb(212,149,226); }

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

background-color css

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

 a { background-color: rgb(212,149,226); }

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

border-color css

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

 span { border-color: rgb(212,149,226); }

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