Html Css Color HEX #D396F7 Mauve

📋 copy color: '#D396F7'

red 211 ◦ green 150 ◦ blue 247

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

Shades of Mauve #D396F7

Tints of Mauve #D396F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.63%

R = 34.7%
G = 24.67%
B = 40.63%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D396F7 (or 0xD396F7) is known color: Mauve. HEX triplet: D3, 96 and F7. RGB value is (211,150,247). Sum of RGB (Red+Green+Blue) = 211+150+247=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #D396F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396F7 is #2C6908. Grayscale: #B2B2B2. Windows color (decimal): -2910473 or 16226003. OLE color: 16226003.

HSL color Cylindrical-coordinate representation of color #D396F7: hue angle of 277.73º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D396F7 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 211 150 247 -
CMYK 0.15 0.39 0 0.03
HSL 277.73º 0.86% 0.78% -
HSV(B) 277.73º 0.39% 0.97% -
XYZ 54.56 42.38 93.3 -
YUV 179.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 211 150 247 0.15 0.39 0 0.03 277.73 0.86 0.78
Hex D3 96 F7 F 27 0 3 116 56 4E
Octal 323 226 367 17 47 0 3 426 126 116
Binary 11010011 10010110 11110111 1111 100111 0 11 100010110 1010110 1001110

Color Harmonies of #D396F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D396F7

Black with #D396F7

Text Example


Text Example

White with #D396F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D396F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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