Html Css Color HEX #DF9FF1 Mauve

📋 copy color: '#DF9FF1'

red 223 ◦ green 159 ◦ blue 241

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

Shades of Mauve #DF9FF1

Tints of Mauve #DF9FF1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.52%

 BLUE value IS 241 (94.53% from 255) = 38.68%

R = 35.79%
G = 25.52%
B = 38.68%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF9FF1 (or 0xDF9FF1) is known color: Mauve. HEX triplet: DF, 9F and F1. RGB value is (223,159,241). Sum of RGB (Red+Green+Blue) = 223+159+241=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FF1 is #20600E. Grayscale: #BBBBBB. Windows color (decimal): -2121743 or 15835103. OLE color: 15835103.

HSL color Cylindrical-coordinate representation of color #DF9FF1: hue angle of 286.83º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9FF1 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 159 241 -
CMYK 0.07 0.34 0 0.05
HSL 286.83º 0.75% 0.78% -
HSV(B) 286.83º 0.34% 0.95% -
XYZ 58.71 46.84 89.16 -
YUV 187.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 223 159 241 0.07 0.34 0 0.05 286.83 0.75 0.78
Hex DF 9F F1 7 22 0 5 11F 4B 4E
Octal 337 237 361 7 42 0 5 437 113 116
Binary 11011111 10011111 11110001 111 100010 0 101 100011111 1001011 1001110

Color Harmonies of #DF9FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FF1

Black with #DF9FF1

Text Example


Text Example

White with #DF9FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FF1; }

 p { color: rgb(223,159,241); }

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

background-color css

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

 a { background-color: rgb(223,159,241); }

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

border-color css

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

 span { border-color: rgb(223,159,241); }

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