Html Css Color HEX #D695FF Mauve

📋 copy color: '#D695FF'

red 214 ◦ green 149 ◦ blue 255

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

Shades of Mauve #D695FF

Tints of Mauve #D695FF

RGB

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

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

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

R = 34.63%
G = 24.11%
B = 41.26%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D695FF (or 0xD695FF) is known color: Mauve. HEX triplet: D6, 95 and FF. RGB value is (214,149,255). Sum of RGB (Red+Green+Blue) = 214+149+255=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #D695FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D695FF is #296A00. Grayscale: #B4B4B4. Windows color (decimal): -2714113 or 16750038. OLE color: 16750038.

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

Color convert

RGB 214 149 255 -
CMYK 0.16 0.42 0 0
HSL 276.79º 1% 0.79% -
HSV(B) 276.79º 0.42% 1% -
XYZ 56.53 43.01 99.93 -
YUV 180.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 214 149 255 0.16 0.42 0 0 276.79 1 0.79
Hex D6 95 FF 10 2A 0 0 115 64 4F
Octal 326 225 377 20 52 0 0 425 144 117
Binary 11010110 10010101 11111111 10000 101010 0 0 100010101 1100100 1001111

Color Harmonies of #D695FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695FF

Black with #D695FF

Text Example


Text Example

White with #D695FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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