Html Css Color HEX #D694FE Mauve

📋 copy color: '#D694FE'

red 214 ◦ green 148 ◦ blue 254

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

Shades of Mauve #D694FE

Tints of Mauve #D694FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.03%

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

R = 34.74%
G = 24.03%
B = 41.23%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D694FE (or 0xD694FE) is known color: Mauve. HEX triplet: D6, 94 and FE. RGB value is (214,148,254). Sum of RGB (Red+Green+Blue) = 214+148+254=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #D694FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D694FE is #296B01. Grayscale: #B3B3B3. Windows color (decimal): -2714370 or 16684246. OLE color: 16684246.

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

Color convert

RGB 214 148 254 -
CMYK 0.16 0.42 0 0.00
HSL 277.36º 0.98% 0.79% -
HSV(B) 277.36º 0.42% 1% -
XYZ 56.21 42.63 99.03 -
YUV 179.82 169.87 152.38 -
System Red Green Blue C M Y K H S L
Decimal 214 148 254 0.16 0.42 0 0.00 277.36 0.98 0.79
Hex D6 94 FE 10 2A 0 0 115 62 4F
Octal 326 224 376 20 52 0 0 425 142 117
Binary 11010110 10010100 11111110 10000 101010 0 0 100010101 1100010 1001111

Color Harmonies of #D694FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694FE

Black with #D694FE

Text Example


Text Example

White with #D694FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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