Html Css Color HEX #D397FF Mauve

📋 copy color: '#D397FF'

red 211 ◦ green 151 ◦ blue 255

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

Shades of Mauve #D397FF

Tints of Mauve #D397FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.47%

 BLUE value IS 255 (100% from 255) = 41.33%

R = 34.2%
G = 24.47%
B = 41.33%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D397FF (or 0xD397FF) is known color: Mauve. HEX triplet: D3, 97 and FF. RGB value is (211,151,255). Sum of RGB (Red+Green+Blue) = 211+151+255=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 151 (59.38% from 255 or 24.47% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #D397FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397FF is #2C6800. Grayscale: #B4B4B4. Windows color (decimal): -2910209 or 16750547. OLE color: 16750547.

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

Color convert

RGB 211 151 255 -
CMYK 0.17 0.41 0 0
HSL 274.62º 1% 0.8% -
HSV(B) 274.62º 0.41% 1% -
XYZ 55.98 43.2 100 -
YUV 180.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 211 151 255 0.17 0.41 0 0 274.62 1 0.8
Hex D3 97 FF 11 29 0 0 113 64 50
Octal 323 227 377 21 51 0 0 423 144 120
Binary 11010011 10010111 11111111 10001 101001 0 0 100010011 1100100 1010000

Color Harmonies of #D397FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397FF

Black with #D397FF

Text Example


Text Example

White with #D397FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397FF; }

 p { color: rgb(211,151,255); }

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

background-color css

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

 a { background-color: rgb(211,151,255); }

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

border-color css

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

 span { border-color: rgb(211,151,255); }

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