#D697FD

Color #D697FD Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D697FD

Tints of Mauve #D697FD

Color information

#D697FD (or 0xD697FD) is unknown color: approx Mauve. HEX triplet: D6, 97 and FD. RGB value is (214,151,253). Sum of RGB (Red+Green+Blue) = 214+151+253=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #D697FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D697FD is #296802. Grayscale: #B5B5B5. Windows color (decimal): -2713603 or 16619478. OLE color: 16619478.

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

Color convert

RGB214151253-
CMYK0.150.4000.01
HSL277.06º96.23%79.22%-
HSV(B)277.06º40.32%99.22%-
XYZ56.5343.5298.35-
YUV181.46168.37151.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.63%
GREEN value IS 151 (59.38% from 255) = 24.43%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=34.63%
G=24.43%
B=40.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141512530.150.4000.01277.0696.2379.22
HexD697FDF2801115604f
Octal326227375175001425140117
Binary11010110100101111111110111111010000110001010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697FD; }

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

 H1.HeaderClassName
 {
   color: #D697FD;
 }
 .AnyTagClassName
 {
   color: #D697FD;
 }
</style>
background-color css

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

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

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

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

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

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