Html Css Color HEX #D694FB Mauve

📋 copy color: '#D694FB'

red 214 ◦ green 148 ◦ blue 251

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

Shades of Mauve #D694FB

Tints of Mauve #D694FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.95%

R = 34.91%
G = 24.14%
B = 40.95%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D694FB (or 0xD694FB) is known color: Mauve. HEX triplet: D6, 94 and FB. RGB value is (214,148,251). Sum of RGB (Red+Green+Blue) = 214+148+251=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #D694FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D694FB is #296B04. Grayscale: #B3B3B3. Windows color (decimal): -2714373 or 16487638. OLE color: 16487638.

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

Color convert

RGB 214 148 251 -
CMYK 0.15 0.41 0 0.02
HSL 278.45º 0.93% 0.78% -
HSV(B) 278.45º 0.41% 0.98% -
XYZ 55.73 42.44 96.52 -
YUV 179.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 214 148 251 0.15 0.41 0 0.02 278.45 0.93 0.78
Hex D6 94 FB F 29 0 2 116 5D 4E
Octal 326 224 373 17 51 0 2 426 135 116
Binary 11010110 10010100 11111011 1111 101001 0 10 100010110 1011101 1001110

Color Harmonies of #D694FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694FB

Black with #D694FB

Text Example


Text Example

White with #D694FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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