Html Css Color HEX #D395FC Mauve

📋 copy color: '#D395FC'

red 211 ◦ green 149 ◦ blue 252

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

Shades of Mauve #D395FC

Tints of Mauve #D395FC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.35%

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

R = 34.48%
G = 24.35%
B = 41.18%

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

#D395FC (or 0xD395FC) is known color: Mauve. HEX triplet: D3, 95 and FC. RGB value is (211,149,252). Sum of RGB (Red+Green+Blue) = 211+149+252=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #D395FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D395FC is #2C6A03. Grayscale: #B2B2B2. Windows color (decimal): -2910724 or 16553427. OLE color: 16553427.

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

Color convert

RGB 211 149 252 -
CMYK 0.16 0.41 0 0.01
HSL 276.12º 0.94% 0.79% -
HSV(B) 276.12º 0.41% 0.99% -
XYZ 55.18 42.37 97.37 -
YUV 179.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 211 149 252 0.16 0.41 0 0.01 276.12 0.94 0.79
Hex D3 95 FC 10 29 0 1 114 5E 4F
Octal 323 225 374 20 51 0 1 424 136 117
Binary 11010011 10010101 11111100 10000 101001 0 1 100010100 1011110 1001111

Color Harmonies of #D395FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395FC

Black with #D395FC

Text Example


Text Example

White with #D395FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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