Html Css Color HEX #D492F7 Wisteria

📋 copy color: '#D492F7'

red 212 ◦ green 146 ◦ blue 247

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

Shades of Wisteria #D492F7

Tints of Wisteria #D492F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.83%

R = 35.04%
G = 24.13%
B = 40.83%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D492F7 (or 0xD492F7) is known color: Wisteria. HEX triplet: D4, 92 and F7. RGB value is (212,146,247). Sum of RGB (Red+Green+Blue) = 212+146+247=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #D492F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D492F7 is #2B6D08. Grayscale: #B0B0B0. Windows color (decimal): -2845961 or 16224980. OLE color: 16224980.

HSL color Cylindrical-coordinate representation of color #D492F7: hue angle of 279.21º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D492F7 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 146 247 -
CMYK 0.14 0.41 0 0.03
HSL 279.21º 0.86% 0.77% -
HSV(B) 279.21º 0.41% 0.97% -
XYZ 54.22 41.27 93.1 -
YUV 177.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 212 146 247 0.14 0.41 0 0.03 279.21 0.86 0.77
Hex D4 92 F7 E 29 0 3 117 56 4D
Octal 324 222 367 16 51 0 3 427 126 115
Binary 11010100 10010010 11110111 1110 101001 0 11 100010111 1010110 1001101

Color Harmonies of #D492F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492F7

Black with #D492F7

Text Example


Text Example

White with #D492F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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