Html Css Color HEX #D397FD Mauve

📋 copy color: '#D397FD'

red 211 ◦ green 151 ◦ blue 253

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

Shades of Mauve #D397FD

Tints of Mauve #D397FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.14%

R = 34.31%
G = 24.55%
B = 41.14%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D397FD (or 0xD397FD) is known color: Mauve. HEX triplet: D3, 97 and FD. RGB value is (211,151,253). Sum of RGB (Red+Green+Blue) = 211+151+253=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #D397FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397FD is #2C6802. Grayscale: #B4B4B4. Windows color (decimal): -2910211 or 16619475. OLE color: 16619475.

HSL color Cylindrical-coordinate representation of color #D397FD: hue angle of 275.29º degrees, saturation: 0.96, 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 #D397FD is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 151 253 -
CMYK 0.17 0.40 0 0.01
HSL 275.29º 0.96% 0.79% -
HSV(B) 275.29º 0.4% 0.99% -
XYZ 55.66 43.07 98.31 -
YUV 180.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 211 151 253 0.17 0.40 0 0.01 275.29 0.96 0.79
Hex D3 97 FD 11 28 0 1 113 60 4F
Octal 323 227 375 21 50 0 1 423 140 117
Binary 11010011 10010111 11111101 10001 101000 0 1 100010011 1100000 1001111

Color Harmonies of #D397FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397FD

Black with #D397FD

Text Example


Text Example

White with #D397FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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