Html Css Color HEX #D492FD Mauve

📋 copy color: '#D492FD'

red 212 ◦ green 146 ◦ blue 253

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

Shades of Mauve #D492FD

Tints of Mauve #D492FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.41%

R = 34.7%
G = 23.9%
B = 41.41%

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

#D492FD (or 0xD492FD) is known color: Mauve. HEX triplet: D4, 92 and FD. RGB value is (212,146,253). Sum of RGB (Red+Green+Blue) = 212+146+253=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 146 (57.42% from 255 or 23.90% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #D492FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D492FD is #2B6D02. Grayscale: #B1B1B1. Windows color (decimal): -2845955 or 16618196. OLE color: 16618196.

HSL color Cylindrical-coordinate representation of color #D492FD: hue angle of 277.01º degrees, saturation: 0.96, 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 #D492FD is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 146 253 -
CMYK 0.16 0.42 0 0.01
HSL 277.01º 0.96% 0.78% -
HSV(B) 277.01º 0.42% 0.99% -
XYZ 55.16 41.65 98.06 -
YUV 177.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 212 146 253 0.16 0.42 0 0.01 277.01 0.96 0.78
Hex D4 92 FD 10 2A 0 1 115 60 4E
Octal 324 222 375 20 52 0 1 425 140 116
Binary 11010100 10010010 11111101 10000 101010 0 1 100010101 1100000 1001110

Color Harmonies of #D492FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492FD

Black with #D492FD

Text Example


Text Example

White with #D492FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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