Html Css Color HEX #D492EF Wisteria

📋 copy color: '#D492EF'

red 212 ◦ green 146 ◦ blue 239

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

Shades of Wisteria #D492EF

Tints of Wisteria #D492EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.03%

R = 35.51%
G = 24.46%
B = 40.03%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D492EF (or 0xD492EF) is known color: Wisteria. HEX triplet: D4, 92 and EF. RGB value is (212,146,239). Sum of RGB (Red+Green+Blue) = 212+146+239=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #D492EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D492EF is #2B6D10. Grayscale: #B0B0B0. Windows color (decimal): -2845969 or 15700692. OLE color: 15700692.

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

Color convert

RGB 212 146 239 -
CMYK 0.11 0.39 0 0.06
HSL 282.58º 0.74% 0.75% -
HSV(B) 282.58º 0.39% 0.94% -
XYZ 53.01 40.79 86.74 -
YUV 176.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 212 146 239 0.11 0.39 0 0.06 282.58 0.74 0.75
Hex D4 92 EF B 27 0 6 11B 4A 4B
Octal 324 222 357 13 47 0 6 433 112 113
Binary 11010100 10010010 11101111 1011 100111 0 110 100011011 1001010 1001011

Color Harmonies of #D492EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492EF

Black with #D492EF

Text Example


Text Example

White with #D492EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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