Html Css Color HEX #D294FA Mauve

📋 copy color: '#D294FA'

red 210 ◦ green 148 ◦ blue 250

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

Shades of Mauve #D294FA

Tints of Mauve #D294FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.12%

R = 34.54%
G = 24.34%
B = 41.12%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D294FA (or 0xD294FA) is known color: Mauve. HEX triplet: D2, 94 and FA. RGB value is (210,148,250). Sum of RGB (Red+Green+Blue) = 210+148+250=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 148 (58.20% from 255 or 24.34% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #D294FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294FA is #2D6B05. Grayscale: #B1B1B1. Windows color (decimal): -2976518 or 16422098. OLE color: 16422098.

HSL color Cylindrical-coordinate representation of color #D294FA: hue angle of 276.47º degrees, saturation: 0.91, 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 #D294FA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 148 250 -
CMYK 0.16 0.41 0 0.02
HSL 276.47º 0.91% 0.78% -
HSV(B) 276.47º 0.41% 0.98% -
XYZ 54.42 41.78 95.64 -
YUV 178.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 210 148 250 0.16 0.41 0 0.02 276.47 0.91 0.78
Hex D2 94 FA 10 29 0 2 114 5B 4E
Octal 322 224 372 20 51 0 2 424 133 116
Binary 11010010 10010100 11111010 10000 101001 0 10 100010100 1011011 1001110

Color Harmonies of #D294FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294FA

Black with #D294FA

Text Example


Text Example

White with #D294FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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