Html Css Color HEX #D293FF Mauve

📋 copy color: '#D293FF'

red 210 ◦ green 147 ◦ blue 255

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

Shades of Mauve #D293FF

Tints of Mauve #D293FF

RGB

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

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

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

R = 34.31%
G = 24.02%
B = 41.67%

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

#D293FF (or 0xD293FF) is known color: Mauve. HEX triplet: D2, 93 and FF. RGB value is (210,147,255). Sum of RGB (Red+Green+Blue) = 210+147+255=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #D293FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293FF is #2D6C00. Grayscale: #B1B1B1. Windows color (decimal): -2976769 or 16749522. OLE color: 16749522.

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

Color convert

RGB 210 147 255 -
CMYK 0.18 0.42 0 0
HSL 275º 1% 0.79% -
HSV(B) 275º 0.42% 1% -
XYZ 55.06 41.79 99.77 -
YUV 178.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 210 147 255 0.18 0.42 0 0 275 1 0.79
Hex D2 93 FF 12 2A 0 0 113 64 4F
Octal 322 223 377 22 52 0 0 423 144 117
Binary 11010010 10010011 11111111 10010 101010 0 0 100010011 1100100 1001111

Color Harmonies of #D293FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293FF

Black with #D293FF

Text Example


Text Example

White with #D293FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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