Html Css Color HEX #DF96FF Mauve

📋 copy color: '#DF96FF'

red 223 ◦ green 150 ◦ blue 255

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

Shades of Mauve #DF96FF

Tints of Mauve #DF96FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.61%

R = 35.51%
G = 23.89%
B = 40.61%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF96FF (or 0xDF96FF) is known color: Mauve. HEX triplet: DF, 96 and FF. RGB value is (223,150,255). Sum of RGB (Red+Green+Blue) = 223+150+255=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96FF is #206900. Grayscale: #B7B7B7. Windows color (decimal): -2124033 or 16750303. OLE color: 16750303.

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

Color convert

RGB 223 150 255 -
CMYK 0.13 0.41 0 0
HSL 281.71º 1% 0.79% -
HSV(B) 281.71º 0.41% 1% -
XYZ 59.39 44.72 100.11 -
YUV 183.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 223 150 255 0.13 0.41 0 0 281.71 1 0.79
Hex DF 96 FF D 29 0 0 11A 64 4F
Octal 337 226 377 15 51 0 0 432 144 117
Binary 11011111 10010110 11111111 1101 101001 0 0 100011010 1100100 1001111

Color Harmonies of #DF96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF96FF

Black with #DF96FF

Text Example


Text Example

White with #DF96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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