Html Css Color HEX #D396FE Mauve

📋 copy color: '#D396FE'

red 211 ◦ green 150 ◦ blue 254

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

Shades of Mauve #D396FE

Tints of Mauve #D396FE

RGB

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

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

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

R = 34.31%
G = 24.39%
B = 41.3%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D396FE (or 0xD396FE) is known color: Mauve. HEX triplet: D3, 96 and FE. RGB value is (211,150,254). Sum of RGB (Red+Green+Blue) = 211+150+254=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #D396FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396FE is #2C6901. Grayscale: #B3B3B3. Windows color (decimal): -2910466 or 16684755. OLE color: 16684755.

HSL color Cylindrical-coordinate representation of color #D396FE: hue angle of 275.19º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D396FE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 150 254 -
CMYK 0.17 0.41 0 0.00
HSL 275.19º 0.98% 0.79% -
HSV(B) 275.19º 0.41% 1% -
XYZ 55.66 42.82 99.1 -
YUV 180.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 211 150 254 0.17 0.41 0 0.00 275.19 0.98 0.79
Hex D3 96 FE 11 29 0 0 113 62 4F
Octal 323 226 376 21 51 0 0 423 142 117
Binary 11010011 10010110 11111110 10001 101001 0 0 100010011 1100010 1001111

Color Harmonies of #D396FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396FE

Black with #D396FE

Text Example


Text Example

White with #D396FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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