Html Css Color HEX #D397FC Mauve

📋 copy color: '#D397FC'

red 211 ◦ green 151 ◦ blue 252

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

Shades of Mauve #D397FC

Tints of Mauve #D397FC

RGB

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

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

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

R = 34.36%
G = 24.59%
B = 41.04%

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

#D397FC (or 0xD397FC) is known color: Mauve. HEX triplet: D3, 97 and FC. RGB value is (211,151,252). Sum of RGB (Red+Green+Blue) = 211+151+252=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 151 (59.38% from 255 or 24.59% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #D397FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397FC is #2C6803. Grayscale: #B4B4B4. Windows color (decimal): -2910212 or 16553939. OLE color: 16553939.

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

Color convert

RGB 211 151 252 -
CMYK 0.16 0.40 0 0.01
HSL 275.64º 0.94% 0.79% -
HSV(B) 275.64º 0.4% 0.99% -
XYZ 55.5 43.01 97.47 -
YUV 180.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 211 151 252 0.16 0.40 0 0.01 275.64 0.94 0.79
Hex D3 97 FC 10 28 0 1 114 5E 4F
Octal 323 227 374 20 50 0 1 424 136 117
Binary 11010011 10010111 11111100 10000 101000 0 1 100010100 1011110 1001111

Color Harmonies of #D397FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D397FC

Black with #D397FC

Text Example


Text Example

White with #D397FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D397FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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