Html Css Color HEX #D499FE Mauve

📋 copy color: '#D499FE'

red 212 ◦ green 153 ◦ blue 254

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

Shades of Mauve #D499FE

Tints of Mauve #D499FE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.72%

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

R = 34.25%
G = 24.72%
B = 41.03%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D499FE (or 0xD499FE) is known color: Mauve. HEX triplet: D4, 99 and FE. RGB value is (212,153,254). Sum of RGB (Red+Green+Blue) = 212+153+254=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #D499FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D499FE is #2B6601. Grayscale: #B5B5B5. Windows color (decimal): -2844162 or 16685524. OLE color: 16685524.

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

Color convert

RGB 212 153 254 -
CMYK 0.17 0.40 0 0.00
HSL 275.05º 0.98% 0.8% -
HSV(B) 275.05º 0.4% 1% -
XYZ 56.43 43.94 99.27 -
YUV 182.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 212 153 254 0.17 0.40 0 0.00 275.05 0.98 0.8
Hex D4 99 FE 11 28 0 0 113 62 50
Octal 324 231 376 21 50 0 0 423 142 120
Binary 11010100 10011001 11111110 10001 101000 0 0 100010011 1100010 1010000

Color Harmonies of #D499FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D499FE

Black with #D499FE

Text Example


Text Example

White with #D499FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D499FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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