Html Css Color HEX #DF96FE Mauve

📋 copy color: '#DF96FE'

red 223 ◦ green 150 ◦ blue 254

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

Shades of Mauve #DF96FE

Tints of Mauve #DF96FE

RGB

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

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

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

R = 35.57%
G = 23.92%
B = 40.51%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DF96FE (or 0xDF96FE) is known color: Mauve. HEX triplet: DF, 96 and FE. RGB value is (223,150,254). Sum of RGB (Red+Green+Blue) = 223+150+254=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96FE is #206901. Grayscale: #B7B7B7. Windows color (decimal): -2124034 or 16684767. OLE color: 16684767.

HSL color Cylindrical-coordinate representation of color #DF96FE: hue angle of 282.12º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF96FE is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 150 254 -
CMYK 0.12 0.41 0 0.00
HSL 282.12º 0.98% 0.79% -
HSV(B) 282.12º 0.41% 1% -
XYZ 59.23 44.66 99.26 -
YUV 183.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 223 150 254 0.12 0.41 0 0.00 282.12 0.98 0.79
Hex DF 96 FE C 29 0 0 11A 62 4F
Octal 337 226 376 14 51 0 0 432 142 117
Binary 11011111 10010110 11111110 1100 101001 0 0 100011010 1100010 1001111

Color Harmonies of #DF96FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF96FE

Black with #DF96FE

Text Example


Text Example

White with #DF96FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF96FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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