Html Css Color HEX #DF94FA Mauve

📋 copy color: '#DF94FA'

red 223 ◦ green 148 ◦ blue 250

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

Shades of Mauve #DF94FA

Tints of Mauve #DF94FA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.83%

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 35.91%
G = 23.83%
B = 40.26%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF94FA (or 0xDF94FA) is known color: Mauve. HEX triplet: DF, 94 and FA. RGB value is (223,148,250). Sum of RGB (Red+Green+Blue) = 223+148+250=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 148 (58.20% from 255 or 23.83% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF94FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94FA is #206B05. Grayscale: #B5B5B5. Windows color (decimal): -2124550 or 16422111. OLE color: 16422111.

HSL color Cylindrical-coordinate representation of color #DF94FA: hue angle of 284.12º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF94FA is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 148 250 -
CMYK 0.11 0.41 0 0.02
HSL 284.12º 0.91% 0.78% -
HSV(B) 284.12º 0.41% 0.98% -
XYZ 58.28 43.77 95.82 -
YUV 182.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 223 148 250 0.11 0.41 0 0.02 284.12 0.91 0.78
Hex DF 94 FA B 29 0 2 11C 5B 4E
Octal 337 224 372 13 51 0 2 434 133 116
Binary 11011111 10010100 11111010 1011 101001 0 10 100011100 1011011 1001110

Color Harmonies of #DF94FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94FA

Black with #DF94FA

Text Example


Text Example

White with #DF94FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94FA; }

 p { color: rgb(223,148,250); }

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

background-color css

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

 a { background-color: rgb(223,148,250); }

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

border-color css

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

 span { border-color: rgb(223,148,250); }

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