Html Css Color HEX #D691FD Mauve

📋 copy color: '#D691FD'

red 214 ◦ green 145 ◦ blue 253

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

Shades of Mauve #D691FD

Tints of Mauve #D691FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 34.97%
G = 23.69%
B = 41.34%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D691FD (or 0xD691FD) is known color: Mauve. HEX triplet: D6, 91 and FD. RGB value is (214,145,253). Sum of RGB (Red+Green+Blue) = 214+145+253=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #D691FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D691FD is #296E02. Grayscale: #B1B1B1. Windows color (decimal): -2715139 or 16617942. OLE color: 16617942.

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

Color convert

RGB 214 145 253 -
CMYK 0.15 0.43 0 0.01
HSL 278.33º 0.96% 0.78% -
HSV(B) 278.33º 0.43% 0.99% -
XYZ 55.59 41.64 98.04 -
YUV 177.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 214 145 253 0.15 0.43 0 0.01 278.33 0.96 0.78
Hex D6 91 FD F 2B 0 1 116 60 4E
Octal 326 221 375 17 53 0 1 426 140 116
Binary 11010110 10010001 11111101 1111 101011 0 1 100010110 1100000 1001110

Color Harmonies of #D691FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D691FD

Black with #D691FD

Text Example


Text Example

White with #D691FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D691FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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