Html Css Color HEX #D293FE Mauve

📋 copy color: '#D293FE'

red 210 ◦ green 147 ◦ blue 254

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

Shades of Mauve #D293FE

Tints of Mauve #D293FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 34.37%
G = 24.06%
B = 41.57%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D293FE (or 0xD293FE) is known color: Mauve. HEX triplet: D2, 93 and FE. RGB value is (210,147,254). Sum of RGB (Red+Green+Blue) = 210+147+254=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #D293FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293FE is #2D6C01. Grayscale: #B1B1B1. Windows color (decimal): -2976770 or 16683986. OLE color: 16683986.

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

Color convert

RGB 210 147 254 -
CMYK 0.17 0.42 0 0.00
HSL 275.33º 0.98% 0.79% -
HSV(B) 275.33º 0.42% 1% -
XYZ 54.9 41.72 98.93 -
YUV 178.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 210 147 254 0.17 0.42 0 0.00 275.33 0.98 0.79
Hex D2 93 FE 11 2A 0 0 113 62 4F
Octal 322 223 376 21 52 0 0 423 142 117
Binary 11010010 10010011 11111110 10001 101010 0 0 100010011 1100010 1001111

Color Harmonies of #D293FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293FE

Black with #D293FE

Text Example


Text Example

White with #D293FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293FE; }

 p { color: rgb(210,147,254); }

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

background-color css

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

 a { background-color: rgb(210,147,254); }

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

border-color css

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

 span { border-color: rgb(210,147,254); }

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