Html Css Color HEX #DF93FF Mauve

📋 copy color: '#DF93FF'

red 223 ◦ green 147 ◦ blue 255

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

Shades of Mauve #DF93FF

Tints of Mauve #DF93FF

RGB

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

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

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

R = 35.68%
G = 23.52%
B = 40.8%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF93FF (or 0xDF93FF) is known color: Mauve. HEX triplet: DF, 93 and FF. RGB value is (223,147,255). Sum of RGB (Red+Green+Blue) = 223+147+255=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF93FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93FF is #206C00. Grayscale: #B5B5B5. Windows color (decimal): -2124801 or 16749535. OLE color: 16749535.

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

Color convert

RGB 223 147 255 -
CMYK 0.13 0.42 0 0
HSL 282.22º 1% 0.79% -
HSV(B) 282.22º 0.42% 1% -
XYZ 58.92 43.78 99.95 -
YUV 182.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 223 147 255 0.13 0.42 0 0 282.22 1 0.79
Hex DF 93 FF D 2A 0 0 11A 64 4F
Octal 337 223 377 15 52 0 0 432 144 117
Binary 11011111 10010011 11111111 1101 101010 0 0 100011010 1100100 1001111

Color Harmonies of #DF93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93FF

Black with #DF93FF

Text Example


Text Example

White with #DF93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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