Html Css Color HEX #D399FE Mauve

📋 copy color: '#D399FE'

red 211 ◦ green 153 ◦ blue 254

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

Shades of Mauve #D399FE

Tints of Mauve #D399FE

RGB

 RED value IS 211 (82.81% from 255) = 34.14%

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

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

R = 34.14%
G = 24.76%
B = 41.1%

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

#D399FE (or 0xD399FE) is known color: Mauve. HEX triplet: D3, 99 and FE. RGB value is (211,153,254). Sum of RGB (Red+Green+Blue) = 211+153+254=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #D399FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D399FE is #2C6601. Grayscale: #B5B5B5. Windows color (decimal): -2909698 or 16685523. OLE color: 16685523.

HSL color Cylindrical-coordinate representation of color #D399FE: hue angle of 274.46º 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 #D399FE is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 153 254 -
CMYK 0.17 0.40 0 0.00
HSL 274.46º 0.98% 0.8% -
HSV(B) 274.46º 0.4% 1% -
XYZ 56.14 43.79 99.26 -
YUV 181.86 168.72 148.79 -
System Red Green Blue C M Y K H S L
Decimal 211 153 254 0.17 0.40 0 0.00 274.46 0.98 0.8
Hex D3 99 FE 11 28 0 0 112 62 50
Octal 323 231 376 21 50 0 0 422 142 120
Binary 11010011 10011001 11111110 10001 101000 0 0 100010010 1100010 1010000

Color Harmonies of #D399FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D399FE

Black with #D399FE

Text Example


Text Example

White with #D399FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D399FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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