Html Css Color HEX #D694FC Mauve

📋 copy color: '#D694FC'

red 214 ◦ green 148 ◦ blue 252

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

Shades of Mauve #D694FC

Tints of Mauve #D694FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 34.85%
G = 24.1%
B = 41.04%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D694FC (or 0xD694FC) is known color: Mauve. HEX triplet: D6, 94 and FC. RGB value is (214,148,252). Sum of RGB (Red+Green+Blue) = 214+148+252=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #D694FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D694FC is #296B03. Grayscale: #B3B3B3. Windows color (decimal): -2714372 or 16553174. OLE color: 16553174.

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

Color convert

RGB 214 148 252 -
CMYK 0.15 0.41 0 0.01
HSL 278.08º 0.95% 0.78% -
HSV(B) 278.08º 0.41% 0.99% -
XYZ 55.89 42.5 97.35 -
YUV 179.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 214 148 252 0.15 0.41 0 0.01 278.08 0.95 0.78
Hex D6 94 FC F 29 0 1 116 5F 4E
Octal 326 224 374 17 51 0 1 426 137 116
Binary 11010110 10010100 11111100 1111 101001 0 1 100010110 1011111 1001110

Color Harmonies of #D694FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694FC

Black with #D694FC

Text Example


Text Example

White with #D694FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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