Html Css Color HEX #DF93FE Mauve

📋 copy color: '#DF93FE'

red 223 ◦ green 147 ◦ blue 254

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

Shades of Mauve #DF93FE

Tints of Mauve #DF93FE

RGB

 RED value IS 223 (87.5% from 255) = 35.74%

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

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

R = 35.74%
G = 23.56%
B = 40.71%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DF93FE (or 0xDF93FE) is known color: Mauve. HEX triplet: DF, 93 and FE. RGB value is (223,147,254). Sum of RGB (Red+Green+Blue) = 223+147+254=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93FE is #206C01. Grayscale: #B5B5B5. Windows color (decimal): -2124802 or 16683999. OLE color: 16683999.

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

Color convert

RGB 223 147 254 -
CMYK 0.12 0.42 0 0.00
HSL 282.62º 0.98% 0.79% -
HSV(B) 282.62º 0.42% 1% -
XYZ 58.75 43.71 99.11 -
YUV 181.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 223 147 254 0.12 0.42 0 0.00 282.62 0.98 0.79
Hex DF 93 FE C 2A 0 0 11B 62 4F
Octal 337 223 376 14 52 0 0 433 142 117
Binary 11011111 10010011 11111110 1100 101010 0 0 100011011 1100010 1001111

Color Harmonies of #DF93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93FE

Black with #DF93FE

Text Example


Text Example

White with #DF93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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