Html Css Color HEX #D696FE Mauve

📋 copy color: '#D696FE'

red 214 ◦ green 150 ◦ blue 254

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

Shades of Mauve #D696FE

Tints of Mauve #D696FE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.27%

 BLUE value IS 254 (99.61% from 255) = 41.1%

R = 34.63%
G = 24.27%
B = 41.1%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D696FE (or 0xD696FE) is known color: Mauve. HEX triplet: D6, 96 and FE. RGB value is (214,150,254). Sum of RGB (Red+Green+Blue) = 214+150+254=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #D696FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696FE is #296901. Grayscale: #B4B4B4. Windows color (decimal): -2713858 or 16684758. OLE color: 16684758.

HSL color Cylindrical-coordinate representation of color #D696FE: hue angle of 276.92º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D696FE is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 150 254 -
CMYK 0.16 0.41 0 0.00
HSL 276.92º 0.98% 0.79% -
HSV(B) 276.92º 0.41% 1% -
XYZ 56.53 43.26 99.14 -
YUV 180.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 214 150 254 0.16 0.41 0 0.00 276.92 0.98 0.79
Hex D6 96 FE 10 29 0 0 115 62 4F
Octal 326 226 376 20 51 0 0 425 142 117
Binary 11010110 10010110 11111110 10000 101001 0 0 100010101 1100010 1001111

Color Harmonies of #D696FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696FE

Black with #D696FE

Text Example


Text Example

White with #D696FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696FE; }

 p { color: rgb(214,150,254); }

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

background-color css

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

 a { background-color: rgb(214,150,254); }

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

border-color css

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

 span { border-color: rgb(214,150,254); }

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