Html Css Color HEX #D492EA Wisteria

📋 copy color: '#D492EA'

red 212 ◦ green 146 ◦ blue 234

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

Shades of Wisteria #D492EA

Tints of Wisteria #D492EA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.66%

 BLUE value IS 234 (91.8% from 255) = 39.53%

R = 35.81%
G = 24.66%
B = 39.53%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D492EA (or 0xD492EA) is known color: Wisteria. HEX triplet: D4, 92 and EA. RGB value is (212,146,234). Sum of RGB (Red+Green+Blue) = 212+146+234=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #D492EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D492EA is #2B6D15. Grayscale: #AFAFAF. Windows color (decimal): -2845974 or 15373012. OLE color: 15373012.

HSL color Cylindrical-coordinate representation of color #D492EA: hue angle of 285º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D492EA is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 146 234 -
CMYK 0.09 0.38 0 0.08
HSL 285º 0.68% 0.75% -
HSV(B) 285º 0.38% 0.92% -
XYZ 52.28 40.5 82.9 -
YUV 175.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 212 146 234 0.09 0.38 0 0.08 285 0.68 0.75
Hex D4 92 EA 9 26 0 8 11D 44 4B
Octal 324 222 352 11 46 0 10 435 104 113
Binary 11010100 10010010 11101010 1001 100110 0 1000 100011101 1000100 1001011

Color Harmonies of #D492EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492EA

Black with #D492EA

Text Example


Text Example

White with #D492EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492EA; }

 p { color: rgb(212,146,234); }

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

background-color css

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

 a { background-color: rgb(212,146,234); }

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

border-color css

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

 span { border-color: rgb(212,146,234); }

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