Html Css Color HEX #DF94FC Mauve

📋 copy color: '#DF94FC'

red 223 ◦ green 148 ◦ blue 252

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

Shades of Mauve #DF94FC

Tints of Mauve #DF94FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.45%

R = 35.79%
G = 23.76%
B = 40.45%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF94FC (or 0xDF94FC) is known color: Mauve. HEX triplet: DF, 94 and FC. RGB value is (223,148,252). Sum of RGB (Red+Green+Blue) = 223+148+252=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF94FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94FC is #206B03. Grayscale: #B5B5B5. Windows color (decimal): -2124548 or 16553183. OLE color: 16553183.

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

Color convert

RGB 223 148 252 -
CMYK 0.12 0.41 0 0.01
HSL 283.27º 0.95% 0.78% -
HSV(B) 283.27º 0.41% 0.99% -
XYZ 58.59 43.9 97.48 -
YUV 182.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 223 148 252 0.12 0.41 0 0.01 283.27 0.95 0.78
Hex DF 94 FC C 29 0 1 11B 5F 4E
Octal 337 224 374 14 51 0 1 433 137 116
Binary 11011111 10010100 11111100 1100 101001 0 1 100011011 1011111 1001110

Color Harmonies of #DF94FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94FC

Black with #DF94FC

Text Example


Text Example

White with #DF94FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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