Html Css Color HEX #DF94FB Mauve

📋 copy color: '#DF94FB'

red 223 ◦ green 148 ◦ blue 251

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

Shades of Mauve #DF94FB

Tints of Mauve #DF94FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.35%

R = 35.85%
G = 23.79%
B = 40.35%

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

#DF94FB (or 0xDF94FB) is known color: Mauve. HEX triplet: DF, 94 and FB. RGB value is (223,148,251). Sum of RGB (Red+Green+Blue) = 223+148+251=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 148 (58.20% from 255 or 23.79% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94FB is #206B04. Grayscale: #B5B5B5. Windows color (decimal): -2124549 or 16487647. OLE color: 16487647.

HSL color Cylindrical-coordinate representation of color #DF94FB: hue angle of 283.69º degrees, saturation: 0.93, 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 #DF94FB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 148 251 -
CMYK 0.11 0.41 0 0.02
HSL 283.69º 0.93% 0.78% -
HSV(B) 283.69º 0.41% 0.98% -
XYZ 58.43 43.83 96.65 -
YUV 182.17 166.85 157.12 -
System Red Green Blue C M Y K H S L
Decimal 223 148 251 0.11 0.41 0 0.02 283.69 0.93 0.78
Hex DF 94 FB B 29 0 2 11C 5D 4E
Octal 337 224 373 13 51 0 2 434 135 116
Binary 11011111 10010100 11111011 1011 101001 0 10 100011100 1011101 1001110

Color Harmonies of #DF94FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94FB

Black with #DF94FB

Text Example


Text Example

White with #DF94FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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