Html Css Color HEX #D492FE Mauve

📋 copy color: '#D492FE'

red 212 ◦ green 146 ◦ blue 254

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

Shades of Mauve #D492FE

Tints of Mauve #D492FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.5%

R = 34.64%
G = 23.86%
B = 41.5%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D492FE (or 0xD492FE) is known color: Mauve. HEX triplet: D4, 92 and FE. RGB value is (212,146,254). Sum of RGB (Red+Green+Blue) = 212+146+254=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #D492FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D492FE is #2B6D01. Grayscale: #B1B1B1. Windows color (decimal): -2845954 or 16683732. OLE color: 16683732.

HSL color Cylindrical-coordinate representation of color #D492FE: hue angle of 276.67º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D492FE is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 146 254 -
CMYK 0.17 0.43 0 0.00
HSL 276.67º 0.98% 0.78% -
HSV(B) 276.67º 0.43% 1% -
XYZ 55.32 41.71 98.9 -
YUV 178.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 212 146 254 0.17 0.43 0 0.00 276.67 0.98 0.78
Hex D4 92 FE 11 2B 0 0 115 62 4E
Octal 324 222 376 21 53 0 0 425 142 116
Binary 11010100 10010010 11111110 10001 101011 0 0 100010101 1100010 1001110

Color Harmonies of #D492FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492FE

Black with #D492FE

Text Example


Text Example

White with #D492FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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