Html Css Color HEX #D494FE Mauve

📋 copy color: '#D494FE'

red 212 ◦ green 148 ◦ blue 254

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

Shades of Mauve #D494FE

Tints of Mauve #D494FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.1%

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

R = 34.53%
G = 24.1%
B = 41.37%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D494FE (or 0xD494FE) is known color: Mauve. HEX triplet: D4, 94 and FE. RGB value is (212,148,254). Sum of RGB (Red+Green+Blue) = 212+148+254=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #D494FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D494FE is #2B6B01. Grayscale: #B2B2B2. Windows color (decimal): -2845442 or 16684244. OLE color: 16684244.

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

Color convert

RGB 212 148 254 -
CMYK 0.17 0.42 0 0.00
HSL 276.23º 0.98% 0.79% -
HSV(B) 276.23º 0.42% 1% -
XYZ 55.63 42.33 99 -
YUV 179.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 212 148 254 0.17 0.42 0 0.00 276.23 0.98 0.79
Hex D4 94 FE 11 2A 0 0 114 62 4F
Octal 324 224 376 21 52 0 0 424 142 117
Binary 11010100 10010100 11111110 10001 101010 0 0 100010100 1100010 1001111

Color Harmonies of #D494FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494FE

Black with #D494FE

Text Example


Text Example

White with #D494FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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