Html Css Color HEX #DF9AFF Mauve

📋 copy color: '#DF9AFF'

red 223 ◦ green 154 ◦ blue 255

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

Shades of Mauve #DF9AFF

Tints of Mauve #DF9AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.37%

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

R = 35.28%
G = 24.37%
B = 40.35%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF9AFF (or 0xDF9AFF) is known color: Mauve. HEX triplet: DF, 9A and FF. RGB value is (223,154,255). Sum of RGB (Red+Green+Blue) = 223+154+255=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 154 (60.55% from 255 or 24.37% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9AFF is #206500. Grayscale: #B9B9B9. Windows color (decimal): -2123009 or 16751327. OLE color: 16751327.

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

Color convert

RGB 223 154 255 -
CMYK 0.13 0.40 0 0
HSL 280.99º 1% 0.8% -
HSV(B) 280.99º 0.4% 1% -
XYZ 60.04 46.02 100.33 -
YUV 186.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 223 154 255 0.13 0.40 0 0 280.99 1 0.8
Hex DF 9A FF D 28 0 0 119 64 50
Octal 337 232 377 15 50 0 0 431 144 120
Binary 11011111 10011010 11111111 1101 101000 0 0 100011001 1100100 1010000

Color Harmonies of #DF9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9AFF

Black with #DF9AFF

Text Example


Text Example

White with #DF9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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