Html Css Color HEX #D698FD Mauve

📋 copy color: '#D698FD'

red 214 ◦ green 152 ◦ blue 253

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

Shades of Mauve #D698FD

Tints of Mauve #D698FD

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 value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D698FD (or 0xD698FD) is known color: 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

RGB 214 152 253 -
CMYK 0.15 0.40 0 0.01
HSL 276.83º 0.96% 0.79% -
HSV(B) 276.83º 0.4% 0.99% -
XYZ 56.69 43.84 98.4 -
YUV 182.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 214 152 253 0.15 0.40 0 0.01 276.83 0.96 0.79
Hex D6 98 FD F 28 0 1 115 60 4F
Octal 326 230 375 17 50 0 1 425 140 117
Binary 11010110 10011000 11111101 1111 101000 0 1 100010101 1100000 1001111

Color Harmonies of #D698FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698FD

Black with #D698FD

Text Example


Text Example

White with #D698FD

Text Example


Text Example

HTML Codes & Css Web 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>