Html Css Color HEX #DF9FFA Mauve

📋 copy color: '#DF9FFA'

red 223 ◦ green 159 ◦ blue 250

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

Shades of Mauve #DF9FFA

Tints of Mauve #DF9FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.56%

R = 35.28%
G = 25.16%
B = 39.56%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF9FFA (or 0xDF9FFA) is known color: Mauve. HEX triplet: DF, 9F and FA. RGB value is (223,159,250). Sum of RGB (Red+Green+Blue) = 223+159+250=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FFA is #206005. Grayscale: #BCBCBC. Windows color (decimal): -2121734 or 16424927. OLE color: 16424927.

HSL color Cylindrical-coordinate representation of color #DF9FFA: hue angle of 282.2º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF9FFA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 159 250 -
CMYK 0.11 0.36 0 0.02
HSL 282.2º 0.9% 0.8% -
HSV(B) 282.2º 0.36% 0.98% -
XYZ 60.08 47.39 96.42 -
YUV 188.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 223 159 250 0.11 0.36 0 0.02 282.2 0.9 0.8
Hex DF 9F FA B 24 0 2 11A 5A 50
Octal 337 237 372 13 44 0 2 432 132 120
Binary 11011111 10011111 11111010 1011 100100 0 10 100011010 1011010 1010000

Color Harmonies of #DF9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FFA

Black with #DF9FFA

Text Example


Text Example

White with #DF9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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