Html Css Color HEX #DF9FFC Mauve

📋 copy color: '#DF9FFC'

red 223 ◦ green 159 ◦ blue 252

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

Shades of Mauve #DF9FFC

Tints of Mauve #DF9FFC

RGB

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

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

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

R = 35.17%
G = 25.08%
B = 39.75%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF9FFC (or 0xDF9FFC) is known color: Mauve. HEX triplet: DF, 9F and FC. RGB value is (223,159,252). Sum of RGB (Red+Green+Blue) = 223+159+252=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FFC is #206003. Grayscale: #BCBCBC. Windows color (decimal): -2121732 or 16555999. OLE color: 16555999.

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

Color convert

RGB 223 159 252 -
CMYK 0.12 0.37 0 0.01
HSL 281.29º 0.94% 0.81% -
HSV(B) 281.29º 0.37% 0.99% -
XYZ 60.4 47.51 98.08 -
YUV 188.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 223 159 252 0.12 0.37 0 0.01 281.29 0.94 0.81
Hex DF 9F FC C 25 0 1 119 5E 51
Octal 337 237 374 14 45 0 1 431 136 121
Binary 11011111 10011111 11111100 1100 100101 0 1 100011001 1011110 1010001

Color Harmonies of #DF9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FFC

Black with #DF9FFC

Text Example


Text Example

White with #DF9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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