Html Css Color HEX #D294FF Mauve

📋 copy color: '#D294FF'

red 210 ◦ green 148 ◦ blue 255

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

Shades of Mauve #D294FF

Tints of Mauve #D294FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.6%

R = 34.26%
G = 24.14%
B = 41.6%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D294FF (or 0xD294FF) is known color: Mauve. HEX triplet: D2, 94 and FF. RGB value is (210,148,255). Sum of RGB (Red+Green+Blue) = 210+148+255=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #D294FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294FF is #2D6B00. Grayscale: #B2B2B2. Windows color (decimal): -2976513 or 16749778. OLE color: 16749778.

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

Color convert

RGB 210 148 255 -
CMYK 0.18 0.42 0 0
HSL 274.77º 1% 0.79% -
HSV(B) 274.77º 0.42% 1% -
XYZ 55.22 42.1 99.82 -
YUV 178.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 210 148 255 0.18 0.42 0 0 274.77 1 0.79
Hex D2 94 FF 12 2A 0 0 113 64 4F
Octal 322 224 377 22 52 0 0 423 144 117
Binary 11010010 10010100 11111111 10010 101010 0 0 100010011 1100100 1001111

Color Harmonies of #D294FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294FF

Black with #D294FF

Text Example


Text Example

White with #D294FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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