Html Css Color HEX #D695FE Mauve

📋 copy color: '#D695FE'

red 214 ◦ green 149 ◦ blue 254

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

Shades of Mauve #D695FE

Tints of Mauve #D695FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.15%

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

R = 34.68%
G = 24.15%
B = 41.17%

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

#D695FE (or 0xD695FE) is known color: Mauve. HEX triplet: D6, 95 and FE. RGB value is (214,149,254). Sum of RGB (Red+Green+Blue) = 214+149+254=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #D695FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D695FE is #296A01. Grayscale: #B4B4B4. Windows color (decimal): -2714114 or 16684502. OLE color: 16684502.

HSL color Cylindrical-coordinate representation of color #D695FE: hue angle of 277.14º 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 #D695FE is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 149 254 -
CMYK 0.16 0.41 0 0.00
HSL 277.14º 0.98% 0.79% -
HSV(B) 277.14º 0.41% 1% -
XYZ 56.37 42.95 99.08 -
YUV 180.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 214 149 254 0.16 0.41 0 0.00 277.14 0.98 0.79
Hex D6 95 FE 10 29 0 0 115 62 4F
Octal 326 225 376 20 51 0 0 425 142 117
Binary 11010110 10010101 11111110 10000 101001 0 0 100010101 1100010 1001111

Color Harmonies of #D695FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695FE

Black with #D695FE

Text Example


Text Example

White with #D695FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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