Html Css Color HEX #DF94FE Mauve

📋 copy color: '#DF94FE'

red 223 ◦ green 148 ◦ blue 254

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

Shades of Mauve #DF94FE

Tints of Mauve #DF94FE

RGB

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

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

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

R = 35.68%
G = 23.68%
B = 40.64%

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

#DF94FE (or 0xDF94FE) is known color: Mauve. HEX triplet: DF, 94 and FE. RGB value is (223,148,254). Sum of RGB (Red+Green+Blue) = 223+148+254=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF94FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94FE is #206B01. Grayscale: #B6B6B6. Windows color (decimal): -2124546 or 16684255. OLE color: 16684255.

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

Color convert

RGB 223 148 254 -
CMYK 0.12 0.42 0 0.00
HSL 282.45º 0.98% 0.79% -
HSV(B) 282.45º 0.42% 1% -
XYZ 58.91 44.02 99.16 -
YUV 182.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 223 148 254 0.12 0.42 0 0.00 282.45 0.98 0.79
Hex DF 94 FE C 2A 0 0 11A 62 4F
Octal 337 224 376 14 52 0 0 432 142 117
Binary 11011111 10010100 11111110 1100 101010 0 0 100011010 1100010 1001111

Color Harmonies of #DF94FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94FE

Black with #DF94FE

Text Example


Text Example

White with #DF94FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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