Html Css Color HEX #D499FA Mauve

📋 copy color: '#D499FA'

red 212 ◦ green 153 ◦ blue 250

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

Shades of Mauve #D499FA

Tints of Mauve #D499FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 34.47%
G = 24.88%
B = 40.65%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D499FA (or 0xD499FA) is known color: Mauve. HEX triplet: D4, 99 and FA. RGB value is (212,153,250). Sum of RGB (Red+Green+Blue) = 212+153+250=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #D499FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D499FA is #2B6605. Grayscale: #B5B5B5. Windows color (decimal): -2844166 or 16423380. OLE color: 16423380.

HSL color Cylindrical-coordinate representation of color #D499FA: hue angle of 276.49º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D499FA is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 153 250 -
CMYK 0.15 0.39 0 0.02
HSL 276.49º 0.91% 0.79% -
HSV(B) 276.49º 0.39% 0.98% -
XYZ 55.8 43.68 95.93 -
YUV 181.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 212 153 250 0.15 0.39 0 0.02 276.49 0.91 0.79
Hex D4 99 FA F 27 0 2 114 5B 4F
Octal 324 231 372 17 47 0 2 424 133 117
Binary 11010100 10011001 11111010 1111 100111 0 10 100010100 1011011 1001111

Color Harmonies of #D499FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D499FA

Black with #D499FA

Text Example


Text Example

White with #D499FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D499FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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