Html Css Color HEX #D694FD Mauve

📋 copy color: '#D694FD'

red 214 ◦ green 148 ◦ blue 253

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

Shades of Mauve #D694FD

Tints of Mauve #D694FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.14%

R = 34.8%
G = 24.07%
B = 41.14%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D694FD (or 0xD694FD) is known color: Mauve. HEX triplet: D6, 94 and FD. RGB value is (214,148,253). Sum of RGB (Red+Green+Blue) = 214+148+253=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #D694FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D694FD is #296B02. Grayscale: #B3B3B3. Windows color (decimal): -2714371 or 16618710. OLE color: 16618710.

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

Color convert

RGB 214 148 253 -
CMYK 0.15 0.42 0 0.01
HSL 277.71º 0.96% 0.79% -
HSV(B) 277.71º 0.42% 0.99% -
XYZ 56.05 42.57 98.19 -
YUV 179.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 214 148 253 0.15 0.42 0 0.01 277.71 0.96 0.79
Hex D6 94 FD F 2A 0 1 116 60 4F
Octal 326 224 375 17 52 0 1 426 140 117
Binary 11010110 10010100 11111101 1111 101010 0 1 100010110 1100000 1001111

Color Harmonies of #D694FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694FD

Black with #D694FD

Text Example


Text Example

White with #D694FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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