Html Css Color HEX #D691FF Mauve

📋 copy color: '#D691FF'

red 214 ◦ green 145 ◦ blue 255

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

Shades of Mauve #D691FF

Tints of Mauve #D691FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.62%

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

R = 34.85%
G = 23.62%
B = 41.53%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D691FF (or 0xD691FF) is known color: Mauve. HEX triplet: D6, 91 and FF. RGB value is (214,145,255). Sum of RGB (Red+Green+Blue) = 214+145+255=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #D691FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D691FF is #296E00. Grayscale: #B1B1B1. Windows color (decimal): -2715137 or 16749014. OLE color: 16749014.

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

Color convert

RGB 214 145 255 -
CMYK 0.16 0.43 0 0
HSL 277.64º 1% 0.78% -
HSV(B) 277.64º 0.43% 1% -
XYZ 55.91 41.77 99.72 -
YUV 178.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 214 145 255 0.16 0.43 0 0 277.64 1 0.78
Hex D6 91 FF 10 2B 0 0 116 64 4E
Octal 326 221 377 20 53 0 0 426 144 116
Binary 11010110 10010001 11111111 10000 101011 0 0 100010110 1100100 1001110

Color Harmonies of #D691FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691FF

Black with #D691FF

Text Example


Text Example

White with #D691FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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