Html Css Color HEX #DF9AFE Mauve

📋 copy color: '#DF9AFE'

red 223 ◦ green 154 ◦ blue 254

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

Shades of Mauve #DF9AFE

Tints of Mauve #DF9AFE

RGB

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

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

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

R = 35.34%
G = 24.41%
B = 40.25%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DF9AFE (or 0xDF9AFE) is known color: Mauve. HEX triplet: DF, 9A and FE. RGB value is (223,154,254). Sum of RGB (Red+Green+Blue) = 223+154+254=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 154 (60.55% from 255 or 24.41% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF9AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9AFE is #206501. Grayscale: #B9B9B9. Windows color (decimal): -2123010 or 16685791. OLE color: 16685791.

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

Color convert

RGB 223 154 254 -
CMYK 0.12 0.39 0 0.00
HSL 281.4º 0.98% 0.8% -
HSV(B) 281.4º 0.39% 1% -
XYZ 59.88 45.95 99.48 -
YUV 186.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 223 154 254 0.12 0.39 0 0.00 281.4 0.98 0.8
Hex DF 9A FE C 27 0 0 119 62 50
Octal 337 232 376 14 47 0 0 431 142 120
Binary 11011111 10011010 11111110 1100 100111 0 0 100011001 1100010 1010000

Color Harmonies of #DF9AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9AFE

Black with #DF9AFE

Text Example


Text Example

White with #DF9AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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