Html Css Color HEX #D492FC Mauve

📋 copy color: '#D492FC'

red 212 ◦ green 146 ◦ blue 252

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

Shades of Mauve #D492FC

Tints of Mauve #D492FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 34.75%
G = 23.93%
B = 41.31%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D492FC (or 0xD492FC) is known color: Mauve. HEX triplet: D4, 92 and FC. RGB value is (212,146,252). Sum of RGB (Red+Green+Blue) = 212+146+252=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #D492FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D492FC is #2B6D03. Grayscale: #B1B1B1. Windows color (decimal): -2845956 or 16552660. OLE color: 16552660.

HSL color Cylindrical-coordinate representation of color #D492FC: hue angle of 277.36º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D492FC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 146 252 -
CMYK 0.16 0.42 0 0.01
HSL 277.36º 0.95% 0.78% -
HSV(B) 277.36º 0.42% 0.99% -
XYZ 55 41.58 97.22 -
YUV 177.82 169.87 152.38 -
System Red Green Blue C M Y K H S L
Decimal 212 146 252 0.16 0.42 0 0.01 277.36 0.95 0.78
Hex D4 92 FC 10 2A 0 1 115 5F 4E
Octal 324 222 374 20 52 0 1 425 137 116
Binary 11010100 10010010 11111100 10000 101010 0 1 100010101 1011111 1001110

Color Harmonies of #D492FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492FC

Black with #D492FC

Text Example


Text Example

White with #D492FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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