Html Css Color HEX #DF9BFC Mauve

📋 copy color: '#DF9BFC'

red 223 ◦ green 155 ◦ blue 252

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

Shades of Mauve #DF9BFC

Tints of Mauve #DF9BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40%

R = 35.4%
G = 24.6%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF9BFC (or 0xDF9BFC) is known color: Mauve. HEX triplet: DF, 9B and FC. RGB value is (223,155,252). Sum of RGB (Red+Green+Blue) = 223+155+252=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 155 (60.94% from 255 or 24.60% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BFC is #206403. Grayscale: #BABABA. Windows color (decimal): -2122756 or 16554975. OLE color: 16554975.

HSL color Cylindrical-coordinate representation of color #DF9BFC: hue angle of 282.06º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF9BFC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 155 252 -
CMYK 0.12 0.38 0 0.01
HSL 282.06º 0.94% 0.8% -
HSV(B) 282.06º 0.38% 0.99% -
XYZ 59.72 46.16 97.86 -
YUV 186.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 223 155 252 0.12 0.38 0 0.01 282.06 0.94 0.8
Hex DF 9B FC C 26 0 1 11A 5E 50
Octal 337 233 374 14 46 0 1 432 136 120
Binary 11011111 10011011 11111100 1100 100110 0 1 100011010 1011110 1010000

Color Harmonies of #DF9BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9BFC

Black with #DF9BFC

Text Example


Text Example

White with #DF9BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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