Html Css Color HEX #D696FF Mauve

📋 copy color: '#D696FF'

red 214 ◦ green 150 ◦ blue 255

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

Shades of Mauve #D696FF

Tints of Mauve #D696FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.2%

R = 34.57%
G = 24.23%
B = 41.2%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D696FF (or 0xD696FF) is known color: Mauve. HEX triplet: D6, 96 and FF. RGB value is (214,150,255). Sum of RGB (Red+Green+Blue) = 214+150+255=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #D696FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D696FF is #296900. Grayscale: #B4B4B4. Windows color (decimal): -2713857 or 16750294. OLE color: 16750294.

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

Color convert

RGB 214 150 255 -
CMYK 0.16 0.41 0 0
HSL 276.57º 1% 0.79% -
HSV(B) 276.57º 0.41% 1% -
XYZ 56.69 43.33 99.98 -
YUV 181.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 214 150 255 0.16 0.41 0 0 276.57 1 0.79
Hex D6 96 FF 10 29 0 0 115 64 4F
Octal 326 226 377 20 51 0 0 425 144 117
Binary 11010110 10010110 11111111 10000 101001 0 0 100010101 1100100 1001111

Color Harmonies of #D696FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696FF

Black with #D696FF

Text Example


Text Example

White with #D696FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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