Html Css Color HEX #D498F9 Mauve

📋 copy color: '#D498F9'

red 212 ◦ green 152 ◦ blue 249

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

Shades of Mauve #D498F9

Tints of Mauve #D498F9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.8%

 BLUE value IS 249 (97.66% from 255) = 40.62%

R = 34.58%
G = 24.8%
B = 40.62%

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

#D498F9 (or 0xD498F9) is known color: Mauve. HEX triplet: D4, 98 and F9. RGB value is (212,152,249). Sum of RGB (Red+Green+Blue) = 212+152+249=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #D498F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D498F9 is #2B6706. Grayscale: #B4B4B4. Windows color (decimal): -2844423 or 16357588. OLE color: 16357588.

HSL color Cylindrical-coordinate representation of color #D498F9: hue angle of 277.11º degrees, saturation: 0.89, 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 #D498F9 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 152 249 -
CMYK 0.15 0.39 0 0.02
HSL 277.11º 0.89% 0.79% -
HSV(B) 277.11º 0.39% 0.98% -
XYZ 55.48 43.29 95.05 -
YUV 181 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 212 152 249 0.15 0.39 0 0.02 277.11 0.89 0.79
Hex D4 98 F9 F 27 0 2 115 59 4F
Octal 324 230 371 17 47 0 2 425 131 117
Binary 11010100 10011000 11111001 1111 100111 0 10 100010101 1011001 1001111

Color Harmonies of #D498F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D498F9

Black with #D498F9

Text Example


Text Example

White with #D498F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D498F9; }

 p { color: rgb(212,152,249); }

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

background-color css

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

 a { background-color: rgb(212,152,249); }

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

border-color css

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

 span { border-color: rgb(212,152,249); }

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