#D698FD

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

Shades of Mauve #D698FD

Tints of Mauve #D698FD

Color information

#D698FD (or 0xD698FD) is unknown color: approx Mauve. HEX triplet: D6, 98 and FD. RGB value is (214,152,253). Sum of RGB (Red+Green+Blue) = 214+152+253=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #D698FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698FD is #296702. Grayscale: #B5B5B5. Windows color (decimal): -2713347 or 16619734. OLE color: 16619734.

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

Color convert

RGB214152253-
CMYK0.150.4000.01
HSL276.83º96.19%79.41%-
HSV(B)276.83º39.92%99.22%-
XYZ56.6943.8498.4-
YUV182.05168.04150.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 152 (59.77% from 255) = 24.56%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=34.57%
G=24.56%
B=40.87%

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
Decimal2141522530.150.4000.01276.8396.1979.41
HexD698FDF2801115604f
Octal326230375175001425140117
Binary11010110100110001111110111111010000110001010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698FD; }

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

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

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

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

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

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

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

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