Html Css Color HEX #DF9CFA Mauve

📋 copy color: '#DF9CFA'

red 223 ◦ green 156 ◦ blue 250

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

Shades of Mauve #DF9CFA

Tints of Mauve #DF9CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.8%

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

R = 35.45%
G = 24.8%
B = 39.75%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF9CFA (or 0xDF9CFA) is known color: Mauve. HEX triplet: DF, 9C and FA. RGB value is (223,156,250). Sum of RGB (Red+Green+Blue) = 223+156+250=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CFA is #206305. Grayscale: #BABABA. Windows color (decimal): -2122502 or 16424159. OLE color: 16424159.

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

Color convert

RGB 223 156 250 -
CMYK 0.11 0.38 0 0.02
HSL 282.77º 0.9% 0.8% -
HSV(B) 282.77º 0.38% 0.98% -
XYZ 59.58 46.37 96.25 -
YUV 186.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 223 156 250 0.11 0.38 0 0.02 282.77 0.9 0.8
Hex DF 9C FA B 26 0 2 11B 5A 50
Octal 337 234 372 13 46 0 2 433 132 120
Binary 11011111 10011100 11111010 1011 100110 0 10 100011011 1011010 1010000

Color Harmonies of #DF9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9CFA

Black with #DF9CFA

Text Example


Text Example

White with #DF9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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