Html Css Color HEX #DF9BFA Mauve

📋 copy color: '#DF9BFA'

red 223 ◦ green 155 ◦ blue 250

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

Shades of Mauve #DF9BFA

Tints of Mauve #DF9BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.68%

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

R = 35.51%
G = 24.68%
B = 39.81%

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

#DF9BFA (or 0xDF9BFA) is known color: Mauve. HEX triplet: DF, 9B and FA. RGB value is (223,155,250). Sum of RGB (Red+Green+Blue) = 223+155+250=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BFA is #206405. Grayscale: #B9B9B9. Windows color (decimal): -2122758 or 16423903. OLE color: 16423903.

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

Color convert

RGB 223 155 250 -
CMYK 0.11 0.38 0 0.02
HSL 282.95º 0.9% 0.79% -
HSV(B) 282.95º 0.38% 0.98% -
XYZ 59.41 46.03 96.2 -
YUV 186.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 223 155 250 0.11 0.38 0 0.02 282.95 0.9 0.79
Hex DF 9B FA B 26 0 2 11B 5A 4F
Octal 337 233 372 13 46 0 2 433 132 117
Binary 11011111 10011011 11111010 1011 100110 0 10 100011011 1011010 1001111

Color Harmonies of #DF9BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9BFA

Black with #DF9BFA

Text Example


Text Example

White with #DF9BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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