Html Css Color HEX #D294FD Mauve

📋 copy color: '#D294FD'

red 210 ◦ green 148 ◦ blue 253

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

Shades of Mauve #D294FD

Tints of Mauve #D294FD

RGB

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

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

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

R = 34.37%
G = 24.22%
B = 41.41%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D294FD (or 0xD294FD) is known color: Mauve. HEX triplet: D2, 94 and FD. RGB value is (210,148,253). Sum of RGB (Red+Green+Blue) = 210+148+253=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #D294FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294FD is #2D6B02. Grayscale: #B2B2B2. Windows color (decimal): -2976515 or 16618706. OLE color: 16618706.

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

Color convert

RGB 210 148 253 -
CMYK 0.17 0.42 0 0.01
HSL 275.43º 0.96% 0.79% -
HSV(B) 275.43º 0.42% 0.99% -
XYZ 54.9 41.97 98.14 -
YUV 178.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 210 148 253 0.17 0.42 0 0.01 275.43 0.96 0.79
Hex D2 94 FD 11 2A 0 1 113 60 4F
Octal 322 224 375 21 52 0 1 423 140 117
Binary 11010010 10010100 11111101 10001 101010 0 1 100010011 1100000 1001111

Color Harmonies of #D294FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294FD

Black with #D294FD

Text Example


Text Example

White with #D294FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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