Html Css Color HEX #D394FC Mauve

📋 copy color: '#D394FC'

red 211 ◦ green 148 ◦ blue 252

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

Shades of Mauve #D394FC

Tints of Mauve #D394FC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.22%

 BLUE value IS 252 (98.83% from 255) = 41.24%

R = 34.53%
G = 24.22%
B = 41.24%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D394FC (or 0xD394FC) is known color: Mauve. HEX triplet: D3, 94 and FC. RGB value is (211,148,252). Sum of RGB (Red+Green+Blue) = 211+148+252=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #D394FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D394FC is #2C6B03. Grayscale: #B2B2B2. Windows color (decimal): -2910980 or 16553171. OLE color: 16553171.

HSL color Cylindrical-coordinate representation of color #D394FC: hue angle of 276.35º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D394FC is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 148 252 -
CMYK 0.16 0.41 0 0.01
HSL 276.35º 0.95% 0.78% -
HSV(B) 276.35º 0.41% 0.99% -
XYZ 55.02 42.06 97.31 -
YUV 178.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 211 148 252 0.16 0.41 0 0.01 276.35 0.95 0.78
Hex D3 94 FC 10 29 0 1 114 5F 4E
Octal 323 224 374 20 51 0 1 424 137 116
Binary 11010011 10010100 11111100 10000 101001 0 1 100010100 1011111 1001110

Color Harmonies of #D394FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D394FC

Black with #D394FC

Text Example


Text Example

White with #D394FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D394FC; }

 p { color: rgb(211,148,252); }

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

background-color css

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

 a { background-color: rgb(211,148,252); }

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

border-color css

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

 span { border-color: rgb(211,148,252); }

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