Html Css Color HEX #D398FE Mauve

📋 copy color: '#D398FE'

red 211 ◦ green 152 ◦ blue 254

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

Shades of Mauve #D398FE

Tints of Mauve #D398FE

RGB

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

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

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

R = 34.2%
G = 24.64%
B = 41.17%

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

#D398FE (or 0xD398FE) is known color: Mauve. HEX triplet: D3, 98 and FE. RGB value is (211,152,254). Sum of RGB (Red+Green+Blue) = 211+152+254=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #D398FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D398FE is #2C6701. Grayscale: #B4B4B4. Windows color (decimal): -2909954 or 16685267. OLE color: 16685267.

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

Color convert

RGB 211 152 254 -
CMYK 0.17 0.40 0 0.00
HSL 274.71º 0.98% 0.8% -
HSV(B) 274.71º 0.4% 1% -
XYZ 55.98 43.46 99.2 -
YUV 181.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 211 152 254 0.17 0.40 0 0.00 274.71 0.98 0.8
Hex D3 98 FE 11 28 0 0 113 62 50
Octal 323 230 376 21 50 0 0 423 142 120
Binary 11010011 10011000 11111110 10001 101000 0 0 100010011 1100010 1010000

Color Harmonies of #D398FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D398FE

Black with #D398FE

Text Example


Text Example

White with #D398FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D398FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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