Html Css Color HEX #D695F6 Mauve

📋 copy color: '#D695F6'

red 214 ◦ green 149 ◦ blue 246

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

Shades of Mauve #D695F6

Tints of Mauve #D695F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.39%

R = 35.14%
G = 24.47%
B = 40.39%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D695F6 (or 0xD695F6) is known color: Mauve. HEX triplet: D6, 95 and F6. RGB value is (214,149,246). Sum of RGB (Red+Green+Blue) = 214+149+246=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #D695F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D695F6 is #296A09. Grayscale: #B3B3B3. Windows color (decimal): -2714122 or 16160214. OLE color: 16160214.

HSL color Cylindrical-coordinate representation of color #D695F6: hue angle of 280.21º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D695F6 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 149 246 -
CMYK 0.13 0.39 0 0.04
HSL 280.21º 0.84% 0.77% -
HSV(B) 280.21º 0.39% 0.96% -
XYZ 55.11 42.44 92.48 -
YUV 179.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 214 149 246 0.13 0.39 0 0.04 280.21 0.84 0.77
Hex D6 95 F6 D 27 0 4 118 54 4D
Octal 326 225 366 15 47 0 4 430 124 115
Binary 11010110 10010101 11110110 1101 100111 0 100 100011000 1010100 1001101

Color Harmonies of #D695F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695F6

Black with #D695F6

Text Example


Text Example

White with #D695F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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