Html Css Color HEX #DF9DFA Mauve

📋 copy color: '#DF9DFA'

red 223 ◦ green 157 ◦ blue 250

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

Shades of Mauve #DF9DFA

Tints of Mauve #DF9DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.92%

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

R = 35.4%
G = 24.92%
B = 39.68%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF9DFA (or 0xDF9DFA) is known color: Mauve. HEX triplet: DF, 9D and FA. RGB value is (223,157,250). Sum of RGB (Red+Green+Blue) = 223+157+250=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DFA is #206205. Grayscale: #BBBBBB. Windows color (decimal): -2122246 or 16424415. OLE color: 16424415.

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

Color convert

RGB 223 157 250 -
CMYK 0.11 0.37 0 0.02
HSL 282.58º 0.9% 0.8% -
HSV(B) 282.58º 0.37% 0.98% -
XYZ 59.74 46.7 96.31 -
YUV 187.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 223 157 250 0.11 0.37 0 0.02 282.58 0.9 0.8
Hex DF 9D FA B 25 0 2 11B 5A 50
Octal 337 235 372 13 45 0 2 433 132 120
Binary 11011111 10011101 11111010 1011 100101 0 10 100011011 1011010 1010000

Color Harmonies of #DF9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DFA

Black with #DF9DFA

Text Example


Text Example

White with #DF9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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