Html Css Color HEX #D693FC Mauve

📋 copy color: '#D693FC'

red 214 ◦ green 147 ◦ blue 252

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

Shades of Mauve #D693FC

Tints of Mauve #D693FC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.98%

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

R = 34.91%
G = 23.98%
B = 41.11%

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

#D693FC (or 0xD693FC) is known color: Mauve. HEX triplet: D6, 93 and FC. RGB value is (214,147,252). Sum of RGB (Red+Green+Blue) = 214+147+252=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D693FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D693FC is #296C03. Grayscale: #B2B2B2. Windows color (decimal): -2714628 or 16552918. OLE color: 16552918.

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

Color convert

RGB 214 147 252 -
CMYK 0.15 0.42 0 0.01
HSL 278.29º 0.95% 0.78% -
HSV(B) 278.29º 0.42% 0.99% -
XYZ 55.74 42.19 97.3 -
YUV 179 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 214 147 252 0.15 0.42 0 0.01 278.29 0.95 0.78
Hex D6 93 FC F 2A 0 1 116 5F 4E
Octal 326 223 374 17 52 0 1 426 137 116
Binary 11010110 10010011 11111100 1111 101010 0 1 100010110 1011111 1001110

Color Harmonies of #D693FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D693FC

Black with #D693FC

Text Example


Text Example

White with #D693FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D693FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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