Html Css Color HEX #D294FC Mauve

📋 copy color: '#D294FC'

red 210 ◦ green 148 ◦ blue 252

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

Shades of Mauve #D294FC

Tints of Mauve #D294FC

RGB

 RED value IS 210 (82.42% from 255) = 34.43%

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

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

R = 34.43%
G = 24.26%
B = 41.31%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D294FC (or 0xD294FC) is known color: Mauve. HEX triplet: D2, 94 and FC. RGB value is (210,148,252). Sum of RGB (Red+Green+Blue) = 210+148+252=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #D294FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294FC is #2D6B03. Grayscale: #B2B2B2. Windows color (decimal): -2976516 or 16553170. OLE color: 16553170.

HSL color Cylindrical-coordinate representation of color #D294FC: hue angle of 275.77º 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 #D294FC is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 148 252 -
CMYK 0.17 0.41 0 0.01
HSL 275.77º 0.95% 0.78% -
HSV(B) 275.77º 0.41% 0.99% -
XYZ 54.74 41.91 97.3 -
YUV 178.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 210 148 252 0.17 0.41 0 0.01 275.77 0.95 0.78
Hex D2 94 FC 11 29 0 1 114 5F 4E
Octal 322 224 374 21 51 0 1 424 137 116
Binary 11010010 10010100 11111100 10001 101001 0 1 100010100 1011111 1001110

Color Harmonies of #D294FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294FC

Black with #D294FC

Text Example


Text Example

White with #D294FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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