Html Css Color HEX #D698F6 Mauve

📋 copy color: '#D698F6'

red 214 ◦ green 152 ◦ blue 246

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

Shades of Mauve #D698F6

Tints of Mauve #D698F6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.84%

 BLUE value IS 246 (96.48% from 255) = 40.2%

R = 34.97%
G = 24.84%
B = 40.2%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D698F6 (or 0xD698F6) is known color: Mauve. HEX triplet: D6, 98 and F6. RGB value is (214,152,246). Sum of RGB (Red+Green+Blue) = 214+152+246=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #D698F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698F6 is #296709. Grayscale: #B4B4B4. Windows color (decimal): -2713354 or 16160982. OLE color: 16160982.

HSL color Cylindrical-coordinate representation of color #D698F6: hue angle of 279.57º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D698F6 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 152 246 -
CMYK 0.13 0.38 0 0.04
HSL 279.57º 0.84% 0.78% -
HSV(B) 279.57º 0.38% 0.96% -
XYZ 55.59 43.41 92.64 -
YUV 181.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 214 152 246 0.13 0.38 0 0.04 279.57 0.84 0.78
Hex D6 98 F6 D 26 0 4 118 54 4E
Octal 326 230 366 15 46 0 4 430 124 116
Binary 11010110 10011000 11110110 1101 100110 0 100 100011000 1010100 1001110

Color Harmonies of #D698F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698F6

Black with #D698F6

Text Example


Text Example

White with #D698F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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