Html Css Color HEX #D697FA Mauve

📋 copy color: '#D697FA'

red 214 ◦ green 151 ◦ blue 250

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

Shades of Mauve #D697FA

Tints of Mauve #D697FA

RGB

 RED value IS 214 (83.98% from 255) = 34.8%

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

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 34.8%
G = 24.55%
B = 40.65%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D697FA (or 0xD697FA) is known color: Mauve. HEX triplet: D6, 97 and FA. RGB value is (214,151,250). Sum of RGB (Red+Green+Blue) = 214+151+250=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #D697FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697FA is #296805. Grayscale: #B4B4B4. Windows color (decimal): -2713606 or 16422870. OLE color: 16422870.

HSL color Cylindrical-coordinate representation of color #D697FA: hue angle of 278.18º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D697FA is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 151 250 -
CMYK 0.14 0.40 0 0.02
HSL 278.18º 0.91% 0.79% -
HSV(B) 278.18º 0.4% 0.98% -
XYZ 56.05 43.33 95.85 -
YUV 181.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 214 151 250 0.14 0.40 0 0.02 278.18 0.91 0.79
Hex D6 97 FA E 28 0 2 116 5B 4F
Octal 326 227 372 16 50 0 2 426 133 117
Binary 11010110 10010111 11111010 1110 101000 0 10 100010110 1011011 1001111

Color Harmonies of #D697FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697FA

Black with #D697FA

Text Example


Text Example

White with #D697FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697FA; }

 p { color: rgb(214,151,250); }

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

background-color css

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

 a { background-color: rgb(214,151,250); }

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

border-color css

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

 span { border-color: rgb(214,151,250); }

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