Html Css Color HEX #D396FC Mauve

📋 copy color: '#D396FC'

red 211 ◦ green 150 ◦ blue 252

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

Shades of Mauve #D396FC

Tints of Mauve #D396FC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.47%

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

R = 34.42%
G = 24.47%
B = 41.11%

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

#D396FC (or 0xD396FC) is known color: Mauve. HEX triplet: D3, 96 and FC. RGB value is (211,150,252). Sum of RGB (Red+Green+Blue) = 211+150+252=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D396FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396FC is #2C6903. Grayscale: #B3B3B3. Windows color (decimal): -2910468 or 16553683. OLE color: 16553683.

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

Color convert

RGB 211 150 252 -
CMYK 0.16 0.40 0 0.01
HSL 275.88º 0.94% 0.79% -
HSV(B) 275.88º 0.4% 0.99% -
XYZ 55.34 42.69 97.42 -
YUV 179.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 211 150 252 0.16 0.40 0 0.01 275.88 0.94 0.79
Hex D3 96 FC 10 28 0 1 114 5E 4F
Octal 323 226 374 20 50 0 1 424 136 117
Binary 11010011 10010110 11111100 10000 101000 0 1 100010100 1011110 1001111

Color Harmonies of #D396FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396FC

Black with #D396FC

Text Example


Text Example

White with #D396FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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