Html Css Color HEX #DF93FD Mauve

📋 copy color: '#DF93FD'

red 223 ◦ green 147 ◦ blue 253

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

Shades of Mauve #DF93FD

Tints of Mauve #DF93FD

RGB

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

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

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

R = 35.79%
G = 23.6%
B = 40.61%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF93FD (or 0xDF93FD) is known color: Mauve. HEX triplet: DF, 93 and FD. RGB value is (223,147,253). Sum of RGB (Red+Green+Blue) = 223+147+253=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 147 (57.81% from 255 or 23.60% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF93FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93FD is #206C02. Grayscale: #B5B5B5. Windows color (decimal): -2124803 or 16618463. OLE color: 16618463.

HSL color Cylindrical-coordinate representation of color #DF93FD: hue angle of 283.02º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF93FD is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 147 253 -
CMYK 0.12 0.42 0 0.01
HSL 283.02º 0.96% 0.78% -
HSV(B) 283.02º 0.42% 0.99% -
XYZ 58.59 43.65 98.26 -
YUV 181.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 223 147 253 0.12 0.42 0 0.01 283.02 0.96 0.78
Hex DF 93 FD C 2A 0 1 11B 60 4E
Octal 337 223 375 14 52 0 1 433 140 116
Binary 11011111 10010011 11111101 1100 101010 0 1 100011011 1100000 1001110

Color Harmonies of #DF93FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93FD

Black with #DF93FD

Text Example


Text Example

White with #DF93FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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