Html Css Color HEX #DF96F9 Mauve

📋 copy color: '#DF96F9'

red 223 ◦ green 150 ◦ blue 249

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

Shades of Mauve #DF96F9

Tints of Mauve #DF96F9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.12%

 BLUE value IS 249 (97.66% from 255) = 40.03%

R = 35.85%
G = 24.12%
B = 40.03%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF96F9 (or 0xDF96F9) is known color: Mauve. HEX triplet: DF, 96 and F9. RGB value is (223,150,249). Sum of RGB (Red+Green+Blue) = 223+150+249=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 150 (58.98% from 255 or 24.12% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96F9 is #206906. Grayscale: #B6B6B6. Windows color (decimal): -2124039 or 16357087. OLE color: 16357087.

HSL color Cylindrical-coordinate representation of color #DF96F9: hue angle of 284.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF96F9 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 150 249 -
CMYK 0.10 0.40 0 0.02
HSL 284.24º 0.89% 0.78% -
HSV(B) 284.24º 0.4% 0.98% -
XYZ 58.44 44.34 95.1 -
YUV 183.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 223 150 249 0.10 0.40 0 0.02 284.24 0.89 0.78
Hex DF 96 F9 A 28 0 2 11C 59 4E
Octal 337 226 371 12 50 0 2 434 131 116
Binary 11011111 10010110 11111001 1010 101000 0 10 100011100 1011001 1001110

Color Harmonies of #DF96F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF96F9

Black with #DF96F9

Text Example


Text Example

White with #DF96F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF96F9; }

 p { color: rgb(223,150,249); }

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

background-color css

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

 a { background-color: rgb(223,150,249); }

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

border-color css

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

 span { border-color: rgb(223,150,249); }

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