Html Css Color HEX #D499FD Mauve

📋 copy color: '#D499FD'

red 212 ◦ green 153 ◦ blue 253

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

Shades of Mauve #D499FD

Tints of Mauve #D499FD

RGB

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

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

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

R = 34.3%
G = 24.76%
B = 40.94%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D499FD (or 0xD499FD) is known color: Mauve. HEX triplet: D4, 99 and FD. RGB value is (212,153,253). Sum of RGB (Red+Green+Blue) = 212+153+253=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #D499FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D499FD is #2B6602. Grayscale: #B5B5B5. Windows color (decimal): -2844163 or 16619988. OLE color: 16619988.

HSL color Cylindrical-coordinate representation of color #D499FD: hue angle of 275.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D499FD is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 153 253 -
CMYK 0.16 0.40 0 0.01
HSL 275.4º 0.96% 0.8% -
HSV(B) 275.4º 0.4% 0.99% -
XYZ 56.27 43.87 98.43 -
YUV 182.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 212 153 253 0.16 0.40 0 0.01 275.4 0.96 0.8
Hex D4 99 FD 10 28 0 1 113 60 50
Octal 324 231 375 20 50 0 1 423 140 120
Binary 11010100 10011001 11111101 10000 101000 0 1 100010011 1100000 1010000

Color Harmonies of #D499FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D499FD

Black with #D499FD

Text Example


Text Example

White with #D499FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D499FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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